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/2011 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 after 0 bytes > > ------------------------------------------------------------------------------------------------------------------------------------------------------------ > ser2net config: > 3333:telnet:10:/dev/ttySAC0:9600 1STOPBIT 8DATABITS remctl > > /dev/ttySAC0 exists, it work with ser2net > [root@SPADIM bin]# telnet 172.16.0.201 3333 > Trying 172.16.0.201... > Connected to 172.16.0.201. > Escape character is '^]'. > > ------------------------------------------------------------------------------------------------------------------------------------------------------------ > > [root@SPADIM bin]# ./owhttpd -p=10000 -d 172.16.0.201:3333 > --foreground --error_level=4 > CALL: ow_parsename.c:FS_ParsedName_anywhere(91) path=[] > 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 > 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 > CONNECT: ow_tcp_read.c:tcp_read(110) TIMEOUT after 0 bytes > TELNET: IAC DONT 1 > CONNECT: ow_tcp_read.c:tcp_read(110) TIMEOUT after 0 bytes > 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 > 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 > CONNECT: ow_tcp_read.c:tcp_read(110) TIMEOUT after 0 bytes > TELNET: IAC DONT 1 > CONNECT: ow_tcp_read.c:tcp_read(110) TIMEOUT after 0 bytes > 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 > 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 > CONNECT: ow_tcp_read.c:tcp_read(110) TIMEOUT after 0 bytes > TELNET: IAC DONT 1 > > ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
