I want to send at commands from a PLC ( S7-200 Siemens) to the gsm terminal Nokia 20. But I don't know how I can replace the carriage return ( ASCII caracter = 013 ) and the control-z ( ASCII caracter=026) because I send the at commands through the programm of the PLC. Can anybody tell me the syntax that at commands must have?
RE: send at commands from PLC to GSM Terminal
2002-06-13, 09:47#2
I have done some work on GE Fanuc PLCs with GSM30
It says you need <CR> <LF> ">" ignore the quotation marks and a space. Hex values 0d , oa, 3e, 22 I don't know about the greater than as it appears in my messages ? but when you tap the ENTER key (return) on your PC keyboard it is actually doing CR and LF at the one moment This took some time to identify and as it worked fine in hyperterminal I was baffled.