I'm working on a project with rfid tags, I ordered the rfid reader/writer from Amazon, it is usb device and comes with drivers only. Id like to write my own Python app that can write and Read data to rfid tags using this reader. How would I go about it to get my app to talk to this device ? From wha...