02-17-2006 07:04 AM
02-20-2006 06:12 PM
Hi Sasa,
Please provide more information about how your driver works. What functions are you using? VISA? Are you using LabVIEW? If so, what version and if possible, you can include a screen shot of your LabVIEW program so we can see what all is happening and possibly find the problem. I personally do not have any experience with that particular instrument, but will still try to help you get what you need.
Chris R.
Applications Engineer
National Instruments
02-21-2006 01:41 AM
02-22-2006 01:54 PM
02-23-2006 02:32 AM
Hi Chris,
The device send data after question "J" and first byte indicate the size of data packet
I try your sugestion but the result are the same,
After first reading I get framing error and after second timeout error ( see attached pictures)
I can send also abstract from manual regarding to rs232 commucation if it would help if you give me email because it is 1Mb file
Regards
Sasa
02-23-2006 02:33 AM
02-23-2006 04:29 PM
Hi Sasa,
Try adding a delay after your VISA Configure Serial Port. Framing errors are usually caused by the port not being configured properly or by trying to use VISA Writes and Reads before the port has had time to configure. Try this (I have posted a screen shot below) and see if you get rid of the framing error and/or the other one you are getting.
Chris. R
02-24-2006 02:32 AM
02-24-2006 03:59 PM
03-03-2006 12:52 AM