ElektorLabs / 180348-DIY-Soldering-Station

180348 / 150500 DIY Soldering Station
3 stars 3 forks source link

Serial Interface: little bug #2

Open SchneHa opened 5 years ago

SchneHa commented 5 years ago

The serial interface is working well, but shows a little bug: If I send a command to soldering station the answer of the station is shown but after that appears a line "Not supported" followed by a blank line and another prompt.

By the way: You should also correct "serialconsole.h" instead of "serailconsole.h" at 3 positions: 1. rename the file, 2. change line 15 of "Soldering-Station.ino" and 3. change line 3 of "serialconsole.cpp"

lab-mathias-claussen commented 5 years ago

Sorry for the late reply. The station expects only \n or \r at the end of one line not both. Please set yout terminal to use only \n as lineending