PIC18F2420 not sending STRING via UART

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 6.

Moderator: Benj

Post Reply
Dirk Bubley
Posts: 99
Joined: Fri Feb 02, 2007 3:54 pm
Location: Germany
Has thanked: 14 times
Been thanked: 12 times
Contact:

PIC18F2420 not sending STRING via UART

Post by Dirk Bubley »

Hello community,

I found a strange things with the Serial hardware UART of a PIC18F2420.

If I want to sent a string lets say "Hallo" out of the UART at the chip nothing happens. No bytes comming out (SentString funktion)

If I sent a byte or group of Bytes the with SentChar funktion the UART works correctly.

If I test the string situation in simulation it works correctly too.

Is there a know issue with this subject???

BR
Dirk

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: PIC18F2420 not sending STRING via UART

Post by LeighM »

In Project Options-> Configure try setting "Extended CPU Enable" to "Disabled"

Dirk Bubley
Posts: 99
Joined: Fri Feb 02, 2007 3:54 pm
Location: Germany
Has thanked: 14 times
Been thanked: 12 times
Contact:

Re: PIC18F2420 not sending STRING via UART

Post by Dirk Bubley »

Hi Leigh,

many thanks!! Yor solution works.

Great Support. :D

BR

Dirk

Post Reply