kept getting valid device not found when using HID 5427CK card reader

chercm
Mega Sage

unable to open device with vendor id 0x76b and product id : 0x5428, and i configure config.json with the isntance and i believe the secretkey . 

 

i tried to run the badge reader program on the mac but it is not working. I was able to  run the card reader on windows after installing drivers. 

3 REPLIES 3

Community Alums
Not applicable

Hi @chercm are you able to figure this out, we're getting valid badge reader device not found in mac.

chercm
Mega Sage

 yes was able to figure this out. you need to run the script in sudo ./start.sh .  you need to add the serial number of the card reader into the config.json file 

Community Alums
Not applicable

@chercm 

I've added the json like below

 

{

"url" : "<Snow URL>",

"secret_key" : "",

"serial_no" : ""

}

 

Are these the valid fields in the object? Can you  please help in here?