#include #include #include #include #include #include #include using namespace std; int main(void) { // Open input and output streams ifstream ilaser("/dev/ttyS0"); ofstream olaser("/dev/ttyS0"); // Send command to laser to stop taking data, // set the sample rate to 330 milliseconds/sample, // and print the configuration information. olaser<<"H2.S330.V1234."<