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: | "Michael Stieler" (michael.stiel..@rie.eu) |
| Date: | Wed, 2 May 2007 10:27:04 |
Remy Lebeau (TeamB) schrieb:
> "Michael Stieler" <michael.stieler@rie.eu> wrote in message
> news:462f3f0b$1@newsgroups.borland.com...
>
>> I'm using a TIdTcpServer and send with
>> tcpServer.IOHandler.Write(idByteBuffer);
>
> [...}
>> There are statements like the following in my application
>> AppendByte(buff, MessageType);
>
> That will not lose $FF bytes.
>
>
Thank you, Alex and Remy.
The Terminal program I used to check if my app sends the data
correctly was indeed using a telnet implementation. So the 0xFF escape
character did mess up the output. Operating the terminal in "raw mode"
shows that it's not at all an Indy problem.
Next time, I'll know it before..
Michael
none