473,396 Members | 2,002 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

WriteToComport\ControlCodes

gh
I have a pascal app that uses the following to send a string to a
display device hooked to the com port.
What would be the C# syntax for the following control codes?

str := #31;
str := str+#17;
str := str + #5;
str := str+'Welcome';
str := str + #20;
ComPort.wtite(str);

Thanks
Nov 17 '05 #1
0 812

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.