Friday, June 11, 2021

Arduino simulator examples - "Serial Transmission of data" 📺

Arduino "Serial transmission" on Arduino simulator

 Summary

Arduino "Serial transmission" Program prints the text "Arduino simulator" on the serial terminal in a loop. You can click on Run button in the simulator below to see the Arduino simulator in action. Wokwi Arduino simulator is used here as it is free and easy to use online. 

Wokwi Arduino Simulator - Serial transmission of data
Wokwi Arduino simulator - serial transmission of data example

 

You can do following things with the Arduino Simulator example

  • Print your name along with a counter value which increments for every counter 
  • Can you generate nice patterns using symbols = *, $ and #?
  • Can you again delete "ln" from the "Serial.print" command and see what happens?

Arduino Simulation

 In the section below, you can also modify the code and see the results instantly. You can change the code and recompile it by clicking on rerun/Run button. For more help, please visit Discord channel of the Wokwi Arduino Simulator. 

2

No comments:

Post a Comment

Be Nice Policy :)

Arduino IR simulator projects - "simple receiver"

Arduino "IR simple receiver" on Arduino simulator - IR remote project  Summary Arduino "simple receiver" is an Arduino p...