Discussion Groups

We are founding problem porting our software solution (RFID-UHF Caen) from WAP G2/G3(WCE) to Neo WCE)

This question is not answered

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 G3
OS Release :       Windows CE 5.00 build 1400 Professional
Build Type:             Release
Boot Code:            F010w
OS Code:            H050p
Pcon :                F010w
Keyboard Mc:            F010w
RFID Caen device:        UHF-CAQ-A1-NEO
RFID Caen Demo:        version 3.10
RFID driver Caen:        RFIDDriver WAP_UHF_CA3_A5_G2.v1.1

Terminale :            Neo
OS Release :         Windows CE 5.00 build 1400 Professional
Build Type:             Release
Boot Code:            F010w
OS Code:            F300k
Pcon :                F010w
Keyboard Mc:            F010w
RFID Caen device:        UHF-CAQ-A1-NEO
RFID Caen Demo:        version 3.31
RFID 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

All Replies
  • 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 connected
    int comPort = RfidDriver.ComPort;

    This is the same way on WAP or NEO

    Regards