Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
2k views

Program LED with just USB port

I want to control LED with C# using only USB port. I don't want to attach any other device with USB. I just want to attach LED directly to USB port pins and program it (blink etc). How can i do that? ...
4
votes
6answers
509 views

Hardware Programming - Hands-On Learning

Besides Arduino, what other ways are there to learn hardware programming in a hands-on way? Are there any nifty kits available, either a pre-assembled robot, that you can program to move a certain ...
3
votes
1answer
472 views

Programatically restart USB device in Windows

Some software I am developing requires the presence of a USB device (which I interact with as a SerialPort, with a USB-to-UART bridge). Sometimes, after a computer is being restarted from ...
2
votes
2answers
67 views

Program hardware without Printer Port

My motherboard is small and don't have a printer port, all the tutorials (program LEDs, motor etc.) of hardware programming tell the use of this port or a USB to printer port converter to program ...
0
votes
2answers
30 views

Reprogram a device

Is it possible to take a device, say, a PDA, and wipe an software off of it and install your own? For example, could I take a mac terminal program and install it onto a PDA (with wifi) and do SSHing ...