Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Feb : Re: $FF (255) byte isn't sent
| Subject: | Re: $FF (255) byte isn't sent |
| Posted by: | "Alex Brainman" (brainm..@sussan.com.au) |
| Date: | Mon, 19 Feb 2007 09:37:40 |
Michael Stieler wrote:
>> It looks like 0xFF being an escape character or something, can anyone help?
>
Telnet protocol has 0xff as an escape character. See
http://www.faqs.org/rfcs/rfc854.html
for details.
Alex