Gocator API > Go2.Output > Values > Go2SerialProtocol
Gocator 2x00 API
Go2SerialProtocol
Description

Represents the protocol followed on the serial output

C
enum Go2SerialProtocol {
  GO2_SERIAL_PROTOCOL_GOCATOR = 0,
  GO2_SERIAL_PROTOCOL_SELCOM = 1,
  GO2_SERIAL_PROTOCOL_ASCII = 2
};
Members
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. 
File

Go2Api.h

Copyright (c) 2013 by LMI Technologies Inc. All rights reserved.