Python Forum

Full Version: Read data of Wireless Modem in Byte Format
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I have been asking a question about Xbee modem, Earlier I have connected the Arduino with Xbee module called as a wireless modem.

But Now I have been thinking to use Xbee device by directly connecting it with my USB port.

Instead of using Xbee package or Serial.py package What could be the best way which helps to read the data from USB com port in Bytes format?

Any kind of advice on this will be a great help.
I guess you don't have other chance to get the Data.
In the product description they write: Mounts as a Virtual COM Port
Will there be Any help if I work with PyUSB?
Although I am still not able to get proper documentation for this library. Any documentation or sample which might help me to work with this library?