RS232 Interrupt not working

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

Moderator: Benj

Post Reply
MarkW
Flowcode v5 User
Posts: 118
Joined: Thu Sep 17, 2009 1:30 pm
Has thanked: 3 times
Been thanked: 11 times
Contact:

RS232 Interrupt not working

Post by MarkW »

Hello,

Running FC6 on 18F25K22

I can receive a string (polled), but when i set the comport(0) to process an
interrupt, it does not work. The port has been initialised, 9600 baud...and
the int routine simply captures a char and sends it out on comport(1) which
is the 2nd port on the micro....

Strange thing is that the comport(1) interrupt works but not comport(0),
i have not disabled the port or anything as i can receive a polled string
but the interrupt method is not working

Bug?

Thanx

Mark

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: RS232 Interrupt not working

Post by Benj »

Hi Mark,

Please can you post your program that shows the bug and we will investigate.

Post Reply