Friday, August 6, 2010

How to control an external device using a 'c' or 'java' program?

external devices can be any, for example i have a remote toy car, how can control that with my program.How to control an external device using a 'c' or 'java' program?
Programs interact with devices using a device drivers.


The device driver usually interacts with the device using low-levels commands specific to the device (sometimes using some proprietary protocol) and expose a set of functions (API) which the program can use.

No comments:

Post a Comment