Your Turn: Print ASCII Chart
You can print your own list of printable ASCII characters with the next example project.
Example project: chars_in_strings_your_turn
- Enter and name characters_in_strings_your_turn.
- Click the Download button.
- Check the results in the serial terminal.
- Verify that it prints all the printable characters, starting from 32 space (which actually won’t visibly display) to 126 ~. If some of the characters are missing or are in a weird spot don’t worry it’s typically the terminal’s fault, not the code.