This program turns the mbed device into a serial passthrough. This is useful for imitating a FTDI chip. Any commands sent from the PC to the mbed board will be forwarded on to the serial device attached, and any commands coming from the serial device will be forwarded to the PC. Make sure to change the speeds to match your serial device.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
5:96cb82af9996 | 2015-04-30 | sam_grove | Event driven with low power optimizations |
4:ba9100d52e48 | 2015-04-27 | mbedAustin | esptool works! changed serial -> rawserial |
3:0393f97fd8cf | 2015-04-27 | mbedAustin | changed serial -> raw serial |
2:a8dcb07a1d00 | 2015-04-27 | mbedAustin | It works for doing serial terminal to board and back again.; |
1:a76360ca4001 | 2015-04-24 | mbedAustin | It works with esptool! |
0:59bec1fd956e | 2015-04-24 | mbedAustin | polling complete, works with ESP8266 |