Dammit wrote:
How do you know what grade of microcontroller to buy, which ones will meet your needs? C-stamp and arduino are just brand names right?
I had the C-stamp laying around from another project that didn't get completed. In principle, it's possible to build a serial port driven controller driver out of electronic components (i.e. no microcontroller at all), using a UART 16550 or something similar.
For one-off projects - especially ones where you don't care that much about size - you'll probably want something that comes on a testing or project board. Those are usually integrated with some kind of progamming interface. Beyond that, it's probably a question of power consumption, and I/O capabilities - like the number of I/O pins
These home projects always use the serial port or at least start out with it. Is USB much more complicated to work with?
USB is more complicated. In practice, you usually just buy a $10 USB / serial adapter and move on.
Something I thought of the other day: You know those USB console-PC controller adapters? .... All the necessary hardware is in there, right?
Sounds interesting, want to show me how? In practice, you could probably scavenge the connectors, but the rest of the stuff is probably easier and cheaper to get somewhere else.