Package com.caen.RFIDLibrary
Class CAENRFIDPort
- java.lang.Object
-
- com.caen.RFIDLibrary.CAENRFIDPort
-
public final class CAENRFIDPort extends Object
This class enumarates all the communication supported by the CAEN RFID Reader- Version:
- CAENRFIDLibrary 5.0.0
- Author:
- Andrea Iavazzo (support@caenrfid.com) CAEN RFID Srl Computing Division
-
-
Field Summary
Fields Modifier and Type Field Description static CAENRFIDPortCAENRFID_RS232A RS232 communicationstatic CAENRFIDPortCAENRFID_RS485A RS485 Communicationstatic CAENRFIDPortCAENRFID_TCPA standard TCP/IP Communicationstatic CAENRFIDPortCAENRFID_USBA USB Communication
-
-
-
Field Detail
-
CAENRFID_TCP
public static final CAENRFIDPort CAENRFID_TCP
A standard TCP/IP Communication
-
CAENRFID_RS232
public static final CAENRFIDPort CAENRFID_RS232
A RS232 communication
-
CAENRFID_USB
public static final CAENRFIDPort CAENRFID_USB
A USB Communication
-
CAENRFID_RS485
public static final CAENRFIDPort CAENRFID_RS485
A RS485 Communication
-
-