2
votes
1answer
110 views

Control multiple LEDs using an IC and PC/Linux thru USB

I've already tried to search this topic but all Google results said that this isn't possible. Is there any chance of controlling multiple LEDs using a PC/Linux, through USB? The diagram might look ...
2
votes
1answer
165 views

Programming to read X-10 over USB or Serial

Does anyone here have experience writing a program that would receive signals from Visonic, or other X10 sensors such as door detectors or motion detectors? Essentially, I would like to write a ...
4
votes
2answers
3k views

C/C++/C# programming for interfacing USB to PIC microcontroller

I am a computer sciences student looking to do some PIC microcontroller programming for some small home projects . I am fluent in C/C++/C#/Java and i also have an understanding of programming ...
1
vote
2answers
461 views

What type of USB Protocol for Datalogger

I am attempting to create a USB datalogger and would like to first start with creating a program that transmits Hello World over USB not using some kind of CDC communication. I am trying to figure ...
0
votes
0answers
114 views

TI eZDSP configuration issues

I am trying to get the eZDSP module from TI working on my computer using this quickstart guide. I have installed CCS from the included DVD and fully updated it. On page 4, it describes building a ...