1
vote
2answers
56 views
cross platform usb module for python?
I was interested in doing some cross platform work with a usb device in python, any tips or recommendations on modules that can do this type of thing?
I've looked around SF and googlecode without a …
2
votes
8answers
174 views
Control USB port’s power?
Does anybody know how to control USB pins on a certain USB port? I think it is definately possible in assembler but what about C++ or C#?
I want to be able to use USB battery as a power supply for …
1
vote
3answers
66 views
Programatically getting USB power draw of a device?
In Windows, it is possible to view a Power tab for a USB hub in Device Manager that lists information such as whether the hub is self-powered and the total power available.
Is this information …
1
vote
3answers
79 views
Linux USB Mapping Question
Hi,
I'm working on a utility that will auto mount an inserted USB stick on linux. I have tied into D-Bus to receive notification of when a device is inserted, and that works great. However, I need to …
1
vote
0answers
72 views
Cheapest Embedded System with Wireless Connectivity ? [closed]
Hello gurus :)
I hope that u're all feel good.
Problem:
I'm trying to capture some information coming from keyboard, mouse and barcode reader connected to some PC via PS/2, USB and/or RS-232, before …
3
votes
1answer
74 views
+100
How to emulate USB devices?
The rest of my team will make for my application a simple non-standard USB microphone, but until they finish it I will have to emulate it, for integration testing purposes.
Is there any risk in a …
0
votes
0answers
19 views
create bootable usb stick from opensuse 11.2 dvd iso image [closed]
How to create bootable usb stick from opensuse 11.2 dvd iso image?
Thanks in advance
0
votes
0answers
24 views
USB on Mac (how to use digital to analog converter on mac with cocoa)
Hi
I have to play an audio file on digital to analog converter (Silverstone digital to analog converter Model number DB01S) on Mac ox x 10.6 with cocoa.
I used USBSimpleExample from apple but i am …
1
vote
1answer
46 views
Communicating with USB device
I am working on building a USB Video Class camera, which is supposed to work well with various flavours of Windows. The camera needs firmware upgrade support to upload new software images into it. …
0
votes
1answer
33 views
arm7 usb programming
we are developing a sendor device, with a arm7(current: LPC2368) .
this device samples a mv signal,A/D, and need to send this signal data to the PC.(continusly)
at the same time, PC need send …
1
vote
2answers
37 views
Putting a compiled boot sector onto an USB Stick
Hey
I'm actually interested in how an OS works, from the POST over the Boot process to the Kernel, GUI, etc.
Well I have to start at the beginning: The bootsector
Most tutorials only specify how to …
0
votes
3answers
51 views
C# Automatic deployment/execution from a usb device
Hi,
is there any way that a process on my usb will be launched automatically when the usb is connected to the computer?
Is there any way to deploy a file automatically from the usb, each time the …
0
votes
0answers
15 views
External USB HD with -optional- mains? [closed]
Hi,
I'm Christmas-present-buying, and I'd appreciate recommendations for a USB HD with an optional mains power input. I've hunted, but can't find all the information I want (partially due to sketchy …
0
votes
1answer
55 views
Getting mount point when a USB device is inserted Mac OS X and linux
Hi All,
I am trying to develop a program in Mac OS and Linux which lists the files and folders in USB drive. I need to get the some events when USB device is connected and removed. I know that in Mac …
0
votes
2answers
22 views
Is there any limit on data transfer chunk size using USB2.0?
Hi,
With one read( ) or write( ) at a time, can we increase the bulk data size over USB interface? For example, I want to transfer chunk of 1024 (1K) bytes data and if the device has limitations of …
