blah blah blah is here! blah blah » Close

1
votes
0 answers

C#, Read file that contains an ASCII character that triggers an early <EOF>

Are there any alternatives to such a thing? Perhaps replacing the character in question? But how would I go about this if I can't read the entire file to begin with?

0
votes
1 answers

Sending data on ASCII based protocol

Dear All, I have strings for data on windows forms stored in list boxes and text boxes. I want to communicate with a hardware through RS-232 serial communication and want to send data on ASCII-based protocol. Could anyone suggest where ...

Feedback