Hello
I try to control the mx2 with vb6, but without success until now.
the first is clean the screen.
Private Sub Form_Load()
Form1.MSComm1.Settings = "9600,N,8,1"
Form1.MSComm1.CommPort = 3
Form1.MSComm1.InputLen = 0
Form1.MSComm1.PortOpen = True
SendText
End Sub
Private Sub SendText ...