pravodev / uhf-rfid-reader-sdk

(Unofficial) UHF RFID Reader SDK
12 stars 4 forks source link

Reads the tag but doesn't print any information. #1

Open mujeebishaque opened 4 years ago

mujeebishaque commented 4 years ago

I have a UHF RFID reader that is mid ranged, connects through Ethernet and COM/Serial Port. This code works and it detects the tag but doesn't show any information on the console.

pravodev commented 4 years ago

if you want to appear on the console, you can print it

tag = reader.scantag()
print('tag', tag)
sunshineinwater commented 4 years ago

does it support connect method of COM3 / RS232 ?

dhsont commented 1 year ago

does it support connect method of COM3 / RS232 ?