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.
Set com_port = CreateObject("MSCOMMLib.MSComm")
com_port.commport = 2
com_port.settings = "9600,N,8,1"
com_port.InputLen = 1024
com_port.RThreshold = 0
com_port.RThreshold = 0
com_port.PortOpen = True
com_port.Output ="ATI6" & vbcrlf
msgbox "arbitrary delay"
msgbox com_port.Input
msgbox com_port.Input
msgbox com_port.Input
com_port.PortOpen = False