> The "serial port" setting, not the "tcp port" setting. Oh that makes more sense, thanks! > Serial ports don't negotiate a speed, so you have to be able to configure the right speed on both ends of the communication…
> I assume you mean passes raw data received from TCP/IP through? Yeah `impl TcpStream` > lets you change the port settings Might just be lack of familiarity with telnet, but wouldn't this be fairly easy to do `impl…
What is the advantage to using this RFC instead of just having a server that writes to (or reads from) a serial port?
Had never heard of this RFC and think it might be useful. Is there an example to try with the C3?
> The "serial port" setting, not the "tcp port" setting. Oh that makes more sense, thanks! > Serial ports don't negotiate a speed, so you have to be able to configure the right speed on both ends of the communication…
> I assume you mean passes raw data received from TCP/IP through? Yeah `impl TcpStream` > lets you change the port settings Might just be lack of familiarity with telnet, but wouldn't this be fairly easy to do `impl…
What is the advantage to using this RFC instead of just having a server that writes to (or reads from) a serial port?
Had never heard of this RFC and think it might be useful. Is there an example to try with the C3?