Hi all,

On linux, if I want to read raw values off devices (eg serial, usb, etc) I
can open() /dev/whatever and then read raw bytes from that.

Does anyone know how I can do this on windows? Specifically, I want to try
to read a MIDI device connected through USB. In linux, this is simply
/dev/midi1, any ideas how I might access this on windows..? I don't actually
want to do anything MIDI specific (so a MIDI sound library is no use to me),
I want to read the raw bytes so that I can access the raw MIDI commands
myself. Probably Windows won't let me read it directly, but its worth a
shot.

Thanks,
Dan.

-- 
Daniel Kersten.
Leveraging dynamic paradigms since the synergies of 1985.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Python Ireland" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.ie/group/pythonireland?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to