Hi everybody, I'm new in forum.
Please help me to understanding 3rd line of the program.
Private Sub Command1_Click()
Text1.Text = " "
Send = Chr(5) + "00WSS0106%MX00001" + Chr(4)
MSComm1.Output = Send
Beep
End Sub
Please help me to understanding 3rd line of the program.
Private Sub Command1_Click()
Text1.Text = " "
Send = Chr(5) + "00WSS0106%MX00001" + Chr(4)
MSComm1.Output = Send
Beep
End Sub