Re: UART Console
Posted: Wed Jul 13, 2022 11:52 am
Hello.
Sorry for the delay in replying.
Yes, there is a component that works similar to the Arduino ide Serial Monitor, i.e any incoming UART data is displayed, without running any simulation.
There is a serial monitor demo file within the Flowcode wiki.
When you load the demo project you will need to select the Serial Monitor and select the correct comport that is receiving UART data.
The project has UART component, which is only required to create demo code for the Arduino UNO.
It is not required for the serial monitor to work
Note there is an issue that has been corrected, but it may not get implemented in V9, if there are no exe updates, until v10.
The issue is if you close Flowcode, while the port is still open (as it will be with Automatic Connection Type then there will be
a Flowcode has suffered a fatal exception pop-up.
You can either select No to send a report or change the Connection type within Serial Monitor properties to Manual, then select Close for the Connection.
Sorry for the delay in replying.
Yes, there is a component that works similar to the Arduino ide Serial Monitor, i.e any incoming UART data is displayed, without running any simulation.
There is a serial monitor demo file within the Flowcode wiki.
When you load the demo project you will need to select the Serial Monitor and select the correct comport that is receiving UART data.
The project has UART component, which is only required to create demo code for the Arduino UNO.
It is not required for the serial monitor to work
Note there is an issue that has been corrected, but it may not get implemented in V9, if there are no exe updates, until v10.
The issue is if you close Flowcode, while the port is still open (as it will be with Automatic Connection Type then there will be
a Flowcode has suffered a fatal exception pop-up.
You can either select No to send a report or change the Connection type within Serial Monitor properties to Manual, then select Close for the Connection.