I have a device on com1 which I would like to send the following text "!0SOG" from within a clipper application.
I can create a file.bat which contains
"echo !0SOG > com1"
which works fine when executing the .bat file from the command prompt, but when I try "run file.bat" from my clipper application I recieve
Write fault error writing to device com1
Abort,Retry,Ignore,Fail?
Can anyone help?
I can create a file.bat which contains
"echo !0SOG > com1"
which works fine when executing the .bat file from the command prompt, but when I try "run file.bat" from my clipper application I recieve
Write fault error writing to device com1
Abort,Retry,Ignore,Fail?
Can anyone help?