Page 1 of 1

Simulation of 2 flc9 projects at the same time with a single code execution.

Posted: Mon Aug 16, 2021 4:07 am
by solozerouno
I happened to have to design a circuit provided by a Mega 2560 and a Uno connected by a uart, the mega transmits the Uno receives. I programmed both micro independently and then I tried in "hardware" mode but I would need to be able to debug with flc9 before compiling and test the software in order to see if for example the Mega transmits in the right way and at the right times and on the other the One that receives the data sent by the Mega and then processes them .....
thanks
solozerouno

Re: Simulation of 2 flc9 projects at the same time with a single code execution.

Posted: Mon Aug 16, 2021 3:29 pm
by BenR
Hello,

I'll see if I can create a demo for you.

Re: Simulation of 2 flc9 projects at the same time with a single code execution.

Posted: Mon Aug 16, 2021 4:05 pm
by BenR
Hello,

Sorry it took a while, on creating the example I discovered a few new bugs that had cropped up with the vnet component due to recent API changes.

Should all be fixed now via the library updates.

Here is the example.
Mega_Uart_Vnet1.fcfx
(11.56 KiB) Downloaded 100 times
Mega_Uart_Vnet2.fcfx
(11.46 KiB) Downloaded 103 times
Please let me know if you have any problems.