Hi,
we are founding problem porting our software solution (RFID-UHF Caen) from WAP G2/G3 (WCE) to Neo (WCE)
After to correct the serial port address from Com1 (Wap-Xmod) to Com6(Neo-back pack), we receve back "RFID Error: Error while opening RS232 Port"
Please there is someone could help ?
the demo on the Neo is working perfectly !!
here the enviroment of both terminal , I hope this help Terminal : Wap G3OS Release : Windows CE 5.00 build 1400 Professional Build Type: ReleaseBoot Code: F010wOS Code: H050pPcon : F010wKeyboard Mc: F010wRFID Caen device: UHF-CAQ-A1-NEORFID Caen Demo: version 3.10RFID driver Caen: RFIDDriver WAP_UHF_CA3_A5_G2.v1.1Terminale : NeoOS Release : Windows CE 5.00 build 1400 Professional Build Type: ReleaseBoot Code: F010wOS Code: F300kPcon : F010wKeyboard Mc: F010wRFID Caen device: UHF-CAQ-A1-NEORFID Caen Demo: version 3.31RFID driver Caen: RFIDDriver Neo_UHF_CAQ_A1_NEO.v1.2
there is documentation about the back pack peripheral ?
for example serial port ? we need to power the Back-Pack as in the WAP Xmod?
Thanks in advance
Hi Marco,
Did you use the RFIDDriver library on WAP 3 and NEO?
You can take a look on CAEN Tools for more details but the driver is managed like below
// Enable RFID Driver
RfidDriver.Enable();
// Get ComPort number where RFID reader is connectedint comPort = RfidDriver.ComPort;
This is the same way on WAP or NEO
Regards