USERS GUIDE
www.auroramm.com
31
Parameters:
param1: <Serial Port>
Can be only 1.
1 - Local Port.
Response:
Success:
status=1&response1=<Count>
Count represents the no of characters yet to be read using
Serial_Read
,
present
in the buffer.
1.1.14 Serial_GetSettings
Command:
Serial_GetSettings
Parameters:
Nil
Response:
Success
status=1&response1==<baud_rate>,<data_bits><parity><stop_bits>
The field <parity> will be "Odd", "Even" or "None".
Example response:
status=1&response1=115200,8,None,1
Note:
This is the serial configuration of the local port of the device. The serial
configuration of the extender port is fixed to
* Baud rate:
115200
* Data bits :
8
* Parity :
None
* Stop bits :
1
1.1.15 Serial_SetSettings
Command:
Serial_SetSettings
Parameters:
param1: <Baud_Rate>,<data_bits>,<parity>,<stop_bits>
Valid baud rates:
15200, 57600, 38400, 19200, 14400, 9600, 4800, 2400,
1200.
Valid data bits:
8, 7.
Valid parity:
O, E, N. (O – Odd, E – Even, N – None).