How to send ASCII char while using GSM component.
Posted: Fri Jan 17, 2020 12:42 am
Hi,
I need to send ASCII character while using " GSM (EB066,Generic AT) " component in FC6.
there is two parameters in 'SendCommand' macro.
First parameter just used for string only,while 2nd parameter ' SendCR ' is a Byte variable,
SendCR=0 for disable ,and 1 or may be greater then 0 will enable SendCR, and it will send ASCII 13 to serial port.
how can send any other char ??????
Script option in component property also working as string.
SendMessage macro sending Char 26 (^z) over serial.
is it possible to send char 26 over serial if using Sendcommand?
I need to send ASCII character while using " GSM (EB066,Generic AT) " component in FC6.
there is two parameters in 'SendCommand' macro.
First parameter just used for string only,while 2nd parameter ' SendCR ' is a Byte variable,
SendCR=0 for disable ,and 1 or may be greater then 0 will enable SendCR, and it will send ASCII 13 to serial port.
how can send any other char ??????
Script option in component property also working as string.
SendMessage macro sending Char 26 (^z) over serial.
is it possible to send char 26 over serial if using Sendcommand?