Guest
#1182953
I need a microcontroller board for control purposes (reading anolog/digital inputs, digital outputs, exact timing,...) Many years ago I was programming a 80C31 unit, so my first approach would be to purchase a couple of 80C31 chips, develop a corresponding board (PCB) with RAM and EPROM, purchase an EPROM programmer, develop a BIOS for this system that allows me to send test programs via a RS232 line from the PC to the unit. That's how I would have done it 20 years ago. Is there any easier solution in the meanwhile? I would love to see an off-the-shelf board with I/O ports (may be 80C31 based, but another controller would do as well) and ideally an ethernet interface (as a replacement for the RS232 interface for programming the unit). But I need an open system, nothing closed with a proprietary windows software to talk with the unit. So if I want ethernet I suppose I need a linux based board so that I don't have to write a TCP stack!? That would be fine, as log as I can write my control code in C and access the I/O ports. Any recommendations? Thanks!