Python Forum
Read data of Wireless Modem in Byte Format - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Read data of Wireless Modem in Byte Format (/thread-15761.html)



Read data of Wireless Modem in Byte Format - barry76 - Jan-30-2019

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.


RE: Read data of Wireless Modem in Byte Format - DeaD_EyE - Jan-30-2019

I guess you don't have other chance to get the Data.
In the product description they write: Mounts as a Virtual COM Port


RE: Read data of Wireless Modem in Byte Format - barry76 - Jan-31-2019

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?