usb, short for Universal Serial Bus, is an industry standard developed by USB Implementers Forum Inc that defines the cables, connectors and communications protocols used in a bus for connection, communication and power supply between computers and electronic devices.
-3
votes
0answers
20 views
Cross platform USB wrapper for JAVA [on hold]
Could someone offer a cross platform USB wrapper for JAVA? I'm going to send ASCII2 protocol packets and want to have an abstraction layer API for the port.
-1
votes
1answer
188 views
Determine file type and then decompile to edit source [closed]
I'm new to this type of programming, but proficient in web development... looking to expand my palette a little.
I have this file. In Windows 7 the file properties window claims its a 'system file', ...
-5
votes
2answers
2k views
How to programmatically turn off LED on USB? [closed]
I would like to find out how to programmatically turn off the LED on the USB flash drive. I haven't found any tutorials or good source to get to started with it.
I'm willing to try to rewrite or to ...
0
votes
3answers
503 views
Best Way to Access Hardware per COM Serial Port over USB Adapter
We are starting a total new Branch at our firm. I am usually developing database interfaces or internal server/client applications/tools for our company, but I never had to do something with hardware.
...
6
votes
3answers
5k views
How does a USB device whether know to draw 500mA, 1A or 2.1A from a computer USB port?
I'm having some issues with my Nexus 7 drawing just 500mA from a USB port able to supply 2.1A (test with my iPad). Details in this question. However, there is a comment posted "The Nexus obviously ...
1
vote
1answer
199 views
Developing a cross-platform interface for writing to hardware like PicKit OR USB over the web?
I thought long and hard on weather to put this question in programmers or stack overflow. Please let me know if this is not the right place and I will post it to SO.
My friend and I am developing a ...
0
votes
2answers
625 views
How are interrupts implemented in practice? [closed]
Consider an USB device that is receiving data over a wireless network and an application running on the PC is reading this data. Now, on many languages (consider C# DataReceived), we have event ...