Sunday, June 13, 2021

Arduino Simulator examples - "ASCII Table"💊

Arduino "ASCII table" on Arduino simulator

 Summary

Arduino "ASCII table" presents the more featured serial printing options by printing on the serial monitor a list of characters and the corresponding ASCII values in decimal, hexadecimal, octal, and binary. For more on ASCII, see asciitable.com and http://en.wikipedia.org/wiki/ASCII

Wokwi Arduino simulator is used here as it is free and easy to use online. 

Tip✅: Always connect a resistor of about 220 ohms in series with the LED. Do not connect them directly to the Arduino Pin.

Wokwi Arduino simulator - ASCII table print


You can do following things with the Arduino Simulator example

  • Print your name in ASCII

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. 

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...