01-27-2014 09:47 PM
Is there a simple way to test the rate at which data is received from the COM port? Would be nice to verify that my PIC is sending at the correct rate.
01-28-2014 12:06 PM
So you are looking for the baud rate of the COM port recieved data?
01-28-2014 12:48 PM
Sorry I should have been more clear. I would like to verify that my samples are being read into the serial port at roughly 1 sample every millisecond by being able to write when samples came in and what their values were, without multiple samples having the same time reading as mentioned previously.
01-28-2014 01:56 PM