Represents the protocol followed on the serial output
enum Go2SerialProtocol { GO2_SERIAL_PROTOCOL_GOCATOR = 0, GO2_SERIAL_PROTOCOL_SELCOM = 1, GO2_SERIAL_PROTOCOL_ASCII = 2 };
|
Members |
Description |
|
GO2_SERIAL_PROTOCOL_GOCATOR = 0 |
Serial follows Gocator protocol. Deprecated. |
|
GO2_SERIAL_PROTOCOL_SELCOM = 1 |
Serial follows Selcom protocol. Supported only on 1x00 and 2300 series sensors. |
|
GO2_SERIAL_PROTOCOL_ASCII = 2 |
Serial follows ASCII protocol. |
Go2Api.h