janjongboom / mbed-simulator

Experimental simulator for Mbed OS 5 applications
Other
173 stars 66 forks source link

Enable stdin #26

Open janjongboom opened 5 years ago

janjongboom commented 5 years ago

This PR enables stdin on the main UART. In the browser you can just type, as it's listening for keypress events, and in headless mode it forwards stdin from the tty that started the process.