12-10-2015 10:12 AM
MarkGreally wrote: I cannot get labview to read this data in. Is is something to do with the formatting???
That usually means a serial port setting is wrong (baud rate, parity bits, number of data bits, etc). One thing to note here: since you are dealing with binary data (non-ASCII), you should have the termination character turned off (boolean on the top of the Configure Serial Port).
12-10-2015 10:15 AM
Thanks. I will bare that in mind.