Internet control

Hi,

Once you have a circuit controlled by a mega8 for instance, what steps have to be taken to take inputs from a computer. I.e click buttons on the screen and the microcontroller sees it as a button press. So you could lets say flick an led on and off from a vb application?

Thanks

There’s a lot of options. Easiest is to use hyperterminal to provide serial input to your uC, which then translates and relays it to your motion controllers or what have you.