Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

USB Bulk Transfer

by davepfz (Initiate)
on Jul 10, 2012 at 14:01 UTC ( [id://980873]=perlquestion: print w/replies, xml ) Need Help??

davepfz has asked for the wisdom of the Perl Monks concerning the following question:

My interest is in replacing USB CDC (serial emulation over USB) devices by using the USB bulk transfer capability. Is this supported in Perl? Can somone point me in the right direction?

Although there is interest in Linux applications, my immediate interest is in support on Windows systems (XP and later). Thanks

Replies are listed 'Best First'.
Re: USB Bulk Transfer
by Corion (Patriarch) on Jul 10, 2012 at 14:22 UTC

    Basically, no. Perl is relatively unsuitable for directly talking to USB devices. It's usually better to use the device drivers your device vendor or OS vendor provides you with, and to talk to that device driver using Perl. Also see basic serial and USB access.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://980873]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-04-24 02:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found