You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using microcom in combination with ser2net occasionally leads to "Incomplete SB" messages when ser2net sends the telnet command in two parts. This happens when ser2net prepares the command string close to the end of its ring buffer.
I can't find anything in the telnet RFCs that requires commands to be sent in a single TCP frame, so I think the error is on microcom's side.