Posts by mandrake teste • 11 points
1 post
-
1
votes2
answers72
viewsQ: How to use an Array to draw elements?
I have this code With SerialPort1 .Write("AT" & vbCrLf) Threading.Thread.Sleep(1000) .Write("AT+CMGF=1" & vbCrLf) Threading.Thread.Sleep(1000) .Write("AT+CMGS=" & Chr(34) &…