Simulation of RX interrupt.

Please add any feature requests for Flowcode version 6 here

Moderator: Benj

Forum rules
Only feature requests will be considered here. General questions should not be posted in this forum.
Post Reply
medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Simulation of RX interrupt.

Post by medelec35 »

RX interrupt works with hardware, but it would be great if it could also be simulated.

Martin
Martin

User avatar
QMESAR
Valued Contributor
Valued Contributor
Posts: 1287
Joined: Sun Oct 05, 2014 3:20 pm
Location: Russia
Has thanked: 384 times
Been thanked: 614 times
Contact:

Re: Simulation of RX interrupt.

Post by QMESAR »

medelec35 wrote:RX interrupt works with hardware, but it would be great if it could also be simulated.
I agree fully with this
+1

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: Simulation of RX interrupt.

Post by Benj »

Hi Guys,

Agreed this would be very handy, not sure how to do it exactly but there must be a way. By simulation do you mean the interrupt fires when COM port data is received? Maybe we could create a monitor thread in the COM port DLL which looks for new data and find a way to make this fire the interrupt if enabled.

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: Simulation of RX interrupt.

Post by medelec35 »

Hi Ben,
Benj wrote:By simulation do you mean the interrupt fires when COM port data is received?
Yes that would be great, but even if its just firing when chars are entered on the console would also be great!
Martin

User avatar
QMESAR
Valued Contributor
Valued Contributor
Posts: 1287
Joined: Sun Oct 05, 2014 3:20 pm
Location: Russia
Has thanked: 384 times
Been thanked: 614 times
Contact:

Re: Simulation of RX interrupt.

Post by QMESAR »

Benj wrote: By simulation do you mean the interrupt fires when COM port data is received? .
This would be great :D

Post Reply