mjtahmadieh
09-12-2006, 02:17 PM
how can someone gather some data obtained by sensors and send them to for example PC thanks
Ricky Torrance
09-14-2006, 06:04 AM
You gather data by storing the values in memory. To get them to a PC, you need to send the values out a Serial Port. The “C” code to accomplish this task will not be discussed here. The User must know “C” programming.