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.
WITH thisform
.oComm.commport = 1 &&... com1
.oComm.settings = "9600,n,8,1"
.oComm.portopen = .T.
.oComm.Output(CHR(7))
&&... may or may not need the next line
.oComm.Output(CHR(13) + CHR(10))
ENDWITH