add rs485 dtc's

This commit is contained in:
Martijn Scheepers
2026-03-05 12:29:15 +01:00
parent 62e0fc304b
commit 180aaf2916

View File

@@ -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