read data from USB

Antrac1t

Member
Joined
Apr 28, 2014
Messages
13
Programming Experience
Beginner
Hi guys,
i would like ask you if somebody have experience with reading data from USB. I have weather station and i want to download data (i know that there is many softrares for this - easyweather,cumulus, pywws, etx), but actually i want presend data in little bit different way. I tried find some DLLs (USB.dll, SiUSBXp.dll) and read guids (https://www.silabs.com/Support Documents/TechnicalDocs/an169.pdf) but actually i do not get it. If is there smb who have experience with this and have time to share knowledge, i will appreciate

Thank you

BR

Antrac1t
 
You need to know what the communication API is for the weather station. Odds are good that it emulates a serial port, but that's just a guess.
 
Back
Top