One of the commands to be send out by the TD100M+ PLC to the wireless modem via comm #1 is:
AT+CMGS=<index>,<tel.no.><CR><LF>data<Crtl+Z>
Where <Ctrl+Z> means end of data message
Is this the right interpretation at the PLC Print Command?
Print #1 "AT+CMGS=1, 1234567"
Print #1 "Hello World ^Z"
As the print command adds CR code, what about the LF (line feed) how do we handle this +CHR$(&H0B)
Also I found that Crtl+Z in Dos Mode is shown as ^Z. Does the ACS II Code intrepret Crtl a ^?
Please let me know.