Hello,
I'm building a strain gauge data acquisition system that consists of the following:
3 slave units that measure strain "10 strain gauges total," which send that data through serial communication to a max232 (the signals has to travel nearly 50')
The data from the 3 slave units needs to be collected by the master unit which will also have its own max232, it will organize the data from the 10 total strain gauges and then send that data out to a computer through the max232
Here's the issue: each strain gauge needs to be sampled at 64 samples per second, and I'm not sure how to write the code to collect the data from all three slave units seamlessly at that fast of a rate.
Any examples or ideas for the most efficient way to go about this would be very appreciated!