Re: [Owfs-developers] telnet - ser2net

2011-01-26 Thread Roberto Spadim
i will try with serial first, and after i will contact again :) i think it´s a wire problem :P my board hit the floor today :( 2011/1/26 Paul Alfille : > Is this a standard DS9097U device on the remote serial port? > > Paul > > On Wed, Jan 26, 2011 at 10:38 AM, Roberto Spadim > wrote: >> hi wha

Re: [Owfs-developers] telnet - ser2net

2011-01-26 Thread Ziggy
Looks like the link isn't binary transparent and the telnet protocol interpreter is seeing something like '0xFF 0xFE 0x31' and trying to interpret it as in-band control sequences. You need to turn off telnet support. Try changing the 'telnet' to 'raw' in your ser2net config. Ziggy On 01/26/20

Re: [Owfs-developers] telnet - ser2net

2011-01-26 Thread Paul Alfille
Is this a standard DS9097U device on the remote serial port? Paul On Wed, Jan 26, 2011 at 10:38 AM, Roberto Spadim wrote: > hi what could be this message at owhttpd: > TELNET: IAC DONT 1 > CONNECT: ow_tcp_read.c:tcp_read(110) TIMEOUT after 0 bytes > CONNECT: ow_tcp_read.c:tcp_read(110) TIMEOUT a

[Owfs-developers] telnet - ser2net

2011-01-26 Thread Roberto Spadim
hi what could be this message at owhttpd: TELNET: IAC DONT 1 CONNECT: ow_tcp_read.c:tcp_read(110) TIMEOUT after 0 bytes CONNECT: ow_tcp_read.c:tcp_read(110) TIMEOUT after 0 bytes ---