Originally Posted by barderer
Curious, what is the limit on how many relays could be controlled using this method? Right now I only want one, but I am just saying.
|
That depends how much current you can draw from the serial port or from the converter, I'm not sure how much though.
But a USB port can supply up to 500 mA of current.
I would like to have everything in one package, e.g. the usb port/relay/power in and out etc. Would it be smarter to go with the micro controller method or the serial port method if this is the end goal?
|
If you just need a simple switch, then go for the converter, but if you are into programming consider getting a programmer, and a development board. It will take more work and time to figure it out, but the learning experience will open up a world of new possibilities.
Here is a suggested PIC development board based on PIC18F4550
Pic development board
http://www.sparkfun.com/commerce/pro...oducts_id=8561
Pic programmer
http://www.futurlec.com/PIC_Programmer.shtml
It's a bit pricey but well worth it, if you seriously considering learning it.