Customer Display OR Pole Display
Posted
by
nwaynge
on Stack Overflow
See other posts from Stack Overflow
or by nwaynge
Published on 2011-01-02T09:10:34Z
Indexed on
2011/01/02
9:54 UTC
Read the original article
Hit count: 265
vb.net
hi,
I do also want to know how can i Display Text on Pole Display.
I write the code with VB.net 2008.
Sample Code that i write is :
If SerialPort1.IsOpen = False Then SerialPort1.Open()
SerialPort1.Write("\r\n" & RichTextBox1.Text & vbCr, 0, RichTextBox1.TextLength)
System.Threading.Thread.Sleep(1000)
If SerialPort1.IsOpen = True Then SerialPort1.Close()
I got no errors but can't display on Pole Display.
Please help me.
Regards, Nway Nge
© Stack Overflow or respective owner