Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
vntTmp = MSComm1.Input
If IsArray(vntTmp) Then
For intC1 = LBound(vntTmp) To UBound(vntTmp)
strWork = Right("0" & Hex$(vntTmp(intC1)), 2)
Debug.Print strWork
frmShowInputString.Text1 = frmShowInputString.Text1.Text & strWork
Next
End If