Author Topic: How can you send Control characters out?  (Read 11168 times)

GlennP

  • Frequent Contributor
  • ****
  • Posts: 141
How can you send Control characters out?
« on: August 12, 2010, 08:58:31 am »
Hi All,

I am looking to send and recieve control characters in C# such as "\n", "\r" and others control X etc.
I am afraid that my use of the binaryWriter is not converting to Bytes properly

Glenn

GlennP

  • Frequent Contributor
  • ****
  • Posts: 141
Re: How can you send Control characters out?
« Reply #1 on: August 12, 2010, 09:40:22 am »
'ello,

I have got this method from Debugging.com   string s = "\x01\x18";  old C method why didn't I think of that?
(anybody any views on this method)

Glenn