Download control board software simulators
问题 I am interested in learning how to do embedded system programming in c. However, I will need some hardware. I am wondering is there any software that can simulate what the control board will do? The control board is listed in the following tutorial http://www.learn-c.com/hardware.htm Many thanks for any advice 回答1: The board you linked to is not an embedded system board, it is an I/O interface for a PC. If you want to simulate that, you can simply write PC code stubs for the I/O functions