TomNisbet / TommyPROM

Simple Arduino-based EEPROM programmer
https://tomnisbet.github.io/TommyPROM/
143 stars 29 forks source link

Terminal line ending should support CR or LF #8

Closed TomNisbet closed 4 years ago

TomNisbet commented 4 years ago

Current code only supports LF as the end of line character. Some terminals default to CR instead, so support either transparently to allow greater compatibility with different terminal software.