PORTS Forum
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
This forum is closed to new activity.
The posts are available to browse, but posting has been disabled. BIG THANKS to all who have participated and shared your knowledge over the past 13 years.
Aug 11, 2023
Home
Help
Search
Login
Register
PORTS Forum
»
Ports and Interfaces
»
Serial Ports
»
How can you send Control characters out?
« previous
next »
Print
Pages: [
1
]
Author
Topic: How can you send Control characters out? (Read 21182 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
Logged
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
Logged
Print
Pages: [
1
]
« previous
next »
PORTS Forum
»
Ports and Interfaces
»
Serial Ports
»
How can you send Control characters out?