C
cvschie
Hi,
I have a LED Sign with standard software to control messages (via
serial port). Because the limitations of the software I want my own
VB.net program.
With a serial analyzer program, I see all the data that the standard
program is sending to de LED sign.
With my ownprogram I send the same, and it works fine... except:
If I send a string to the LED Sign with a length of upto 16 chars it
works fine, but if the lengthe is 17 chars or more. The sign will nog
display it.
Any suggestions?
I allready tried the following:
-increase the send buffer
-split the string and use serialport.write("asdf") twice
Thanks in advance
I have a LED Sign with standard software to control messages (via
serial port). Because the limitations of the software I want my own
VB.net program.
With a serial analyzer program, I see all the data that the standard
program is sending to de LED sign.
With my ownprogram I send the same, and it works fine... except:
If I send a string to the LED Sign with a length of upto 16 chars it
works fine, but if the lengthe is 17 chars or more. The sign will nog
display it.
Any suggestions?
I allready tried the following:
-increase the send buffer
-split the string and use serialport.write("asdf") twice
Thanks in advance