UART INT HUMAN INJECTION NOT WORK

For general Flowcode discussion that does not belong in the other sections.
Post Reply
hiromiyureei
Posts: 31
http://meble-kuchenne.info.pl
Joined: Thu Dec 17, 2020 3:34 pm
Been thanked: 1 time

UART INT HUMAN INJECTION NOT WORK

Post by hiromiyureei »

Hi I made a simple uart program and an interrupt on rx, then I entered humaninjector and readbyte only etc. it works but the interrupt doesn't fire, am I doing something wrong?
Thank you
Attachments
intuart.png
intuart.png (66.21 KiB) Viewed 428 times

medelec35
Matrix Staff
Posts: 1471
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 516 times
Been thanked: 474 times

Re: UART INT HUMAN INJECTION NOT WORK

Post by medelec35 »

Hello.
The RX interrupt does not simulate but it should work on your hardware.
Also, the Circular buffer is great when it comes to reliable communications.
So, I have attached a project for you to try.
It uses a circular buffer component and allows you to use HI injector without interfering with your hardware.
As it's not a bug but known not to simulate, I'm moving this topic from bugs.
When you start a new topic, can you use a v9 or v10 post icon, please?
Attachments
RX Int Sim Hi Injector.fcfx
(21.21 KiB) Downloaded 35 times
Martin

Post Reply