Serial Program I dont understand
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I am getting a bunch of values via serial at baud 115200, now the values are like 5000 bytes at one paste on the hyperterminal. I am usign string to take it in. using the break point set on the input, it works fine, but whenI remove the break point it give a range our of bounds error....the following is the code. Help string mine = ""; mine += sp.ReadExisting(); sp is the serial port. Thanks