I'am using version 7 and the RS232 module to read the data send from my instrument. It's sending 256 equidistant values in 512byte in the following way: 1. byte 00_hex ... FF_hex high byte of the 1. value 2. byte 00_hex ... FF_hex low byte of the 1. value . . . 511. byte 00_hex ... FF_hex high byte of the 256. value 512. byte 00_hex ... FF_hex low byte of the 256. value
How do I get those data into a worksheet ?
I'am using (Origin C example from "Origin7\OriginC\Samples\RS232.c" ) Thanks for any help, vailen