gotthardp / python-mercuryapi

Python wrapper for the ThingMagic Mercury API
MIT License
122 stars 63 forks source link

Connect with a custom transport (tcp://) #150

Open maycondoprado opened 1 month ago

maycondoprado commented 1 month ago

Hi! I would like to know if there is some way to connect using the tcp:// uri scheme

In Java I use: Reader.setSerialTransport("tcp", new SerialTransportTCP.Factory());