Skip to content

Incomplete SB string #64

@jiez

Description

@jiez

I'm using ser2net on one raspberry pi board, then use microcom to connect to it. I got an error "Incomplete SB string". I enabled debug and got this

jie@P5510:~/sources/microcom$ ./microcom -dd -t 192.168.1.34:2001
connected to 192.168.1.34 (port 2001)
-> WILL COM_PORT_CONTROL
-> DO BINARY_TRANSMISSION
-> WILL BINARY_TRANSMISSION
-> IAC SB COM_PORT_CONTROL SET_BAUDRATE_CS 0x1c200 IAC SE
-> IAC SB COM_PORT_CONTROL SET_CONTROL_CS 1 IAC SE
Escape character: Ctrl-\
Type the escape character to get to the prompt.

ser2net port tcp,2001 device serialdev, /dev/ttyUSB0, 115200n81,local [115200N81,CLOCAL,HANGUP_WHEN_DONE] (Debian GNU/Linux)

WILL COM_PORT_CONTROL
                     DO #255 -> WONT
                                    SB COM_PORT_CONTROL ??? 194 IAC SE
                                                                      Incomplete SB string
                  Success
                         SB COM_PORT_CONTROL ??? 255 240

I tried using socat instead of ser2net, I got the same error. But if I use telnet instead of microcom, telnet works fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions