blah blah blah is here! blah blah » Close

0
votes
1 answers

Why can I only show 50 characters in my C# application?

I have a multiline textbox that I am using to display the results of a couple thousand items I am placing into a SQL database during its runtime; Using a background worker to add all data in. The return value is often greater than 50 cha ...

0
votes
1 answers

Sending more than one character using C# visual studio through serial communication USB - arduino

Dear all, I am trying to send a string through usb. By using this link http://csharp.simpleserial.com/, I managed to send one character. Can someone please help in tell me how to change it to 2 charcter. This is the code for sending ...

0
votes
1 answers

Non standard characters in strings

I'm developing an application that has to read in the contents of a file and convert its contents into a slightly different form. The file is a simple text file (will open in notepad). Everything's working OK except for one thing - the file ...

Feedback