09-14-2015 02:48 PM
ok. i send program.
09-14-2015 03:07 PM
Hi zahra,
try this:
- No need for a case structure! Your device seems to send new data without special requests/commands, so you should read the buffer at regular intervals.
- No need for a wait statement: When your device sends messages at regular intervals VISARead will wait for those messages!
And as said before: your buffer (I changed to a "standard" shift register) will increase it's memory footprint with time. Think about saving those data before "out of memory" hits you!
09-16-2015 01:42 PM
TNS GERDW
my problem have been serial to usb converter. so with chang that my problem was solve.
but no i want save that to the exel and print that?
09-16-2015 06:11 PM
zahra.s wrote: but now i want save that to the exel and print that?
I would recommend writing to a text file with a CSV extension. Excel will open it just fine.