Can V8 simulate RXINT?

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

Moderator: Benj

Post Reply
User avatar
CamargoF
Posts: 36
Joined: Thu Aug 02, 2018 8:16 pm
Location: Sao Paulo, SP - Brazil
Has thanked: 6 times
Been thanked: 7 times
Contact:

Can V8 simulate RXINT?

Post by CamargoF »

I am working with PIC16F18855 on Flowcode 8, but the RXINT is not working.
I ca read the serial port in main loop, using injector data, but the interrupt never happen.

I found a similar problem on V6 (viewtopic.php?t=12909), but I was not able to find any confirmation that it had been fixed on V8.

I appreciate any recommendation than forget the interrupt on simulation.

Best regards,

Fernando

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: Can V8 simulate RXINT?

Post by Benj »

Hello Fernando,

No sorry at the moment v8 cannot simulate the RXInt, a workaround is to call the macro as part of your main program loop. You can use the IsSim component to decide if you are in simulation mode or not.

In v9 we have more capability to allow us to do this via new simulation API commands though it's currently not implemented here either. I'll see if I can bump it up the list.

Post Reply