wokwi / avr8js

Arduino (8-bit AVR) simulator, written in JavaScript and runs in the browser / Node.js
https://blog.wokwi.com/avr8js-simulate-arduino-in-javascript/
MIT License
463 stars 73 forks source link

Implement Serial port (USART) peripheral - TX #6

Closed urish closed 4 years ago

urish commented 4 years ago

This is super useful to get debugging output from the Simulator (using Arduino's Serial.println())

urish commented 4 years ago

Basic TX functionality was implemented in 2fd9e6d4, 52c4caa6, 92898c67