dlbeer / mspdebug

Debugging tool for MSP430 MCUs
GNU General Public License v2.0
184 stars 80 forks source link

Enable serial input on simulated console devices #129

Open romforth opened 11 months ago

romforth commented 11 months ago

This change is, for the most part, a copy-paste of the serial output code.

Here's sample usage where the input is attached to a file name "foo.inp" : ... simio add console serial ... simio config serial input foo.inp ...