uCAN-LIN / LinUSBConverter

LIN(Local interconnect network) to USB converter with LIN master support compatible with SLCAN.
GNU General Public License v3.0
70 stars 33 forks source link

Impossible to recover from L slave mode if serial connection is abruptly disconnected #7

Open AleksandarFilipov opened 3 years ago

AleksandarFilipov commented 3 years ago

reproduce: minicom (see how to configure for desired tty) try minicom -s

C
L
r0002
r1ff0

now abruptly disconnect in minicom; this is hit (to show menu) esc Z, hit Quit with no reset.Q reconnect, serial communication is now open but there is no response from device. No command are operational. Example v doesn't respond anything.

-> solution for now, unplug/replug device.

Interesting, the same works nice for l mode.