usb

Can't debug Android: This device cannot start. (Code 10)

I have a brand new Nexus One. I'm trying to follow the directions for installing the USB driver. When I plug in the device, it doesn't start the New Hardware Wizard, as the documentation suggests. I can run hdwwiz.exe to launch it and manually install the driver, but when I do, Device Manager says: "This device cannot start. (Code 10)...

How to access USB ports in java

Hi I'm trying to write a java application that accesses the usb ports to some read and writes to a device connected through usb. The problem I face is that I don't know what exactly to use in java to do such a thing. I searched online a found something called jusb but all the post seem fairly old. Currently I'm using the RXTX librarie...

Arduino serial monitor and java resets variables

I wrote a small app to turn on an LED light connected to my Arduino board. The app sends in a certain byte value to turn on the LED and a certain value to turn it off through the USB port. The strange thing is that for some reason when I use the serial monitor in the arduino development environment to turn on the LED and then close the ...

Best Practices: Handling disconnects of hardware in classes that represent them

Hello, I'm working in VB.Net developing data logging software. I've developed classes implementing a common interface that works with many of the data loggers my company produces. These classes handle the low-level hardware interfacing and expose common methods for accessing the data logger's records. My issue is what would be a good...

Using Stardard USB driver

I have an application and a device that communicate through USB, and they use the standard example BulkUSB.sys that is provided with WDK, but currently with every installation of the software, the driver is also installed. I was wondering whether there's a way to use a driver that comes with windows for that purpose, and if so how? Ma...

java serial I/O: handling USB serial connection/disconnection in a robust manner

I'm using rxtx for serial I/O handling in Java with an FTDI2232H that provides a USB comm port. It works great, with one exception: if I unplug the USB cable, so that the COM port disappears at runtime, it spews exceptions left and right: java.io.IOException: No error in nativeavailable at gnu.io.RXTXPort.nativeavailable(Native Method) ...

Is there a way to communicate with USB devices from browser?

Hello folks, Is there a way to communicate with USB devices within regular browser (FF, Safari, IE8, etc)? I assume it could be Javascript -> Java bridge or something else. Please advice P.S. Does it possible with minimal dependencies? If not, the whole point of browser-based software is useless (in my case) ...

Usb access using c#

I would like to know how can i read and write data via the Usb port using c#.How do i configure the port ? ...

usb read from sensor

I have tilt sensor that have usb. How I read data from tilt sensor with usb in C#. note : tilt sensor send data from usb connection. thanks... ...

How can I test-drive IOKit userspace driver development?

I'm about to attempt to write a USB driver for my application on OS X using IOKit. I've opted for the userspace route rather than developing a kext since it's so much easier to debug etc, but I'm having trouble working out how I could possibly test-drive my development. If possible, I'd like to find a way to insert a fake USB device i...

What is the '245' in the IOKit USB libraries?

I'm getting started with IOKit on OS X, and I've been puzzled by the '245' tagged onto data types in the IOKit USB library, such as IOUSBInterfaceInterface245. What does the 245 mean? I'm just curious what this number tacked onto the end is supposed to indicate. It seems like a version number of something. Is there a generic version ...

Applescript Help : Copy file to a new Pluged USB Device.

Hi there I wanna do an Artist Instalation, that invites ppl to plug in theyr USB drive into my Piece of Art, when they do that I copy to theyr USB some of my artowrk. I wanna do this usign apple script but im not a programer, digging arroudn found this code that copy files to a directory, what I wanna change now is that directory, I nee...

Consuming a USB HID device in Windows CE 6.0 using c#

I am working on an Embedded Windows CE project and am interested in accessing a USB HID device through one of its USB Host ports. All I really need to read are the raw HID spec packets. On a windows computer, I have a working program using hid.dll, but as far as I have researched, there is no equivalent on CE. I know there is the usbhid....

Documentation for CMX ColdFire USB-Lite stack

This is my first embedded project, so bear with my ignorance. I've been asked to implement Remote NDIS over USB, using the ColdFire USB-Lite stack by CMX. I've been searching for a long time now, and can't find any clear documentation for this stack. It comes with some woefully documented sample code and the only useful resource I've b...

How to stop Explorer giving Active X warning when loading website containing Jquery on USB stick

I've done a lot a looking for a solution, including trying to put in the Mark Of The Web, but when I put a plain HTML site on a USB and launch the index page I get a security warning that Active X is trying to activate. this does not happen when launching the page from our raid server the page in question does not have any javasc...

Why does the .NET framework not include USB tools

I am wondering why the .NET framework does not provide any managed methods for working with USB drivers. From everything I have read you still have to call into Windows API's and use marshalling and PInvoke and all that crap that none of us .NET programmers want to have to do. Why does .NET provide methods for communicating with serial ...

Lock usb when plugged in c#

Hey, I am trying to make a program that when a usb is plugged into the computer it will lock the usb, so it is not accessable, and then when the user enters the correct password the usb will be accessable. Is this possible? Any help would be appreciated, Thanks. ...

control a users USB device via a webpage? Possible?

Hi Guys, I'm wondering if there is a way to create an asp.net webpage that will connect a visitors USB device to an application on the windows bases server? This way we avoid having to install a software on the visitors computer to control a USB device update that they purchase form us. All they have to do is visit our update page, pl...

Android - Reading data from health devices via USB

Does android support reading data from personal health device via USB?If so what are the drivers and interfaces required for developing the same? ...

Is it possible to run the iPhone SDK from a flash drive?

I'm getting into iPhone app development, but I have neither the money for a mac mini, nor a PC with hackintosh compatible specs. However, my university has some mac labs that I can access, but to which I cannot install new software. As such, I'm wondering if there is a way to run the iPhone SDK from a usb drive, so that I can start pra...