add rs485 dtc's
This commit is contained in:
@@ -131,6 +131,10 @@
|
||||
TIME_OUT_READER_2 = 0xE1, //ACS Reader 2 timeout
|
||||
COMM_ERROR_READER_1 = 0xE2, //ACS Reader 1 communication error
|
||||
COMM_ERROR_READER_2 = 0xE3, //ACS Reader 2 communication error
|
||||
RS485_PARITY_ERROR = 0xE4,
|
||||
RS485_FRAMING_ERROR = 0xE5,
|
||||
RS485_NOISE_ERROR = 0xE6,
|
||||
RS485_OVERRUN_ERROR = 0xE7,
|
||||
}
|
||||
//[Flags]
|
||||
public enum Source : int
|
||||
|
||||
Reference in New Issue
Block a user