Click here to Skip to main content
15,926,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help with unmananged dlls Pin
Mark Salsbery18-Oct-06 12:45
Mark Salsbery18-Oct-06 12:45 
AnswerRe: Help with unmananged dlls Pin
David Crow18-Oct-06 10:17
David Crow18-Oct-06 10:17 
GeneralRe: Help with unmananged dlls Pin
eggie518-Oct-06 10:40
eggie518-Oct-06 10:40 
GeneralRe: Help with unmananged dlls Pin
David Crow19-Oct-06 4:30
David Crow19-Oct-06 4:30 
GeneralRe: Help with unmananged dlls Pin
eggie519-Oct-06 9:22
eggie519-Oct-06 9:22 
AnswerRe: Help with unmananged dlls Pin
Michael Dunn18-Oct-06 15:47
sitebuilderMichael Dunn18-Oct-06 15:47 
GeneralRe: Help with unmananged dlls Pin
eggie518-Oct-06 15:57
eggie518-Oct-06 15:57 
GeneralRe: Help with unmananged dlls Pin
eggie518-Oct-06 16:01
eggie518-Oct-06 16:01 
I was looking thought this library in the dissembler(pe explorer) and noticed that USBOpen is just a wrapper for doing standard USB HID stuff. But I really dont know what I'm looking at, all I can make sense of is the calls to windows API functions like CreateFile...

If anybody wants to take a look and give me info, the .dll is here:
http://www.wpmc2006.org/uploads/usb.dll[^]

I really need to know what USBRead is doing. Also, USBSetSerial is really strange, I have no idea what that could be....

PS. this is all for a weather station (Oregon scientific wmr100a). I'm trying to talk to it via C#.


Right now I can read data from the device, but it's strange 'cause the HID class says that the report length is only 9 wide, now why would a weather station with 100s of readings only return 9 numbers per read? I know this is weird because it comes with weather station software (it's using usb.dll) and it is getting all kinds of readings, so i'm thinking it's not sticking to the HID standard and just using that so it doesn't nag for drivers when you plug it into windows.... but i really don't know.


/\ |_ E X E GG

Question4TH ORDER RUNGE-KUTTA ALGORITHM Pin
sahoong18-Oct-06 8:53
sahoong18-Oct-06 8:53 
AnswerRe: 4TH ORDER RUNGE-KUTTA ALGORITHM Pin
David Crow18-Oct-06 9:10
David Crow18-Oct-06 9:10 
AnswerRe: 4TH ORDER RUNGE-KUTTA ALGORITHM Pin
Christian Graus18-Oct-06 12:21
protectorChristian Graus18-Oct-06 12:21 
GeneralRe: 4TH ORDER RUNGE-KUTTA ALGORITHM Pin
sahoong19-Oct-06 5:50
sahoong19-Oct-06 5:50 
AnswerRe: 4TH ORDER RUNGE-KUTTA ALGORITHM Pin
JWood18-Oct-06 15:08
JWood18-Oct-06 15:08 
QuestionHandling exception Pin
Demian Panello18-Oct-06 5:59
Demian Panello18-Oct-06 5:59 
AnswerRe: Handling exception Pin
Zac Howland18-Oct-06 6:26
Zac Howland18-Oct-06 6:26 
GeneralRe: Handling exception Pin
Demian Panello18-Oct-06 7:11
Demian Panello18-Oct-06 7:11 
QuestionFOURTH-ORDER RUNGE-KUTTA ALGORITHM Pin
sahoong18-Oct-06 5:57
sahoong18-Oct-06 5:57 
AnswerRe: FOURTH-ORDER RUNGE-KUTTA ALGORITHM Pin
Mark Salsbery18-Oct-06 6:46
Mark Salsbery18-Oct-06 6:46 
AnswerRe: FOURTH-ORDER RUNGE-KUTTA ALGORITHM Pin
David Crow18-Oct-06 8:07
David Crow18-Oct-06 8:07 
AnswerRe: FOURTH-ORDER RUNGE-KUTTA ALGORITHM Pin
Chris Losinger18-Oct-06 8:18
professionalChris Losinger18-Oct-06 8:18 
GeneralRe: FOURTH-ORDER RUNGE-KUTTA ALGORITHM Pin
Jörgen Sigvardsson18-Oct-06 11:32
Jörgen Sigvardsson18-Oct-06 11:32 
Questiontcp receive Pin
Archyami18-Oct-06 5:22
Archyami18-Oct-06 5:22 
AnswerRe: tcp receive Pin
Mark Salsbery18-Oct-06 5:28
Mark Salsbery18-Oct-06 5:28 
GeneralRe: tcp receive Pin
Archyami18-Oct-06 6:58
Archyami18-Oct-06 6:58 
GeneralRe: tcp receive Pin
Mark Salsbery18-Oct-06 7:02
Mark Salsbery18-Oct-06 7:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.