Open github0null opened 3 months ago
Hello,
I noticed this case can't work on Windows, because windows serial port name usually is: 'COMxx', not include '/'
https://github.com/dhylands/rshell/blob/56f75cf846b2fd89f9a89c08a9dabd8015c30931/rshell/main.py#L1420-L1427
So it always try connect_telnet and elapse more time.
connect_telnet
Hello,
I noticed this case can't work on Windows, because windows serial port name usually is: 'COMxx', not include '/'
https://github.com/dhylands/rshell/blob/56f75cf846b2fd89f9a89c08a9dabd8015c30931/rshell/main.py#L1420-L1427
So it always try
connect_telnet
and elapse more time.202