08-23-2012 07:59 AM
Hello everyone. I have to test my device in Visa Testpanel MAX, to see if there is a communication between the PC and my weight gauge, but the commands are written in box form. How can i write those commands in the command box in test panel ?. I want to write this one:
The info about the commands is in page 60 in this manual:
http://www.ld-didactic.de/ga/6/667/6677797/6677797e.pdf
Thanks in advance
08-23-2012 10:23 PM - edited 08-23-2012 10:23 PM
Try \1BfX_\r\n
\1B is hex 1B or decimal 27, the ascii character for Escape. The I/O test panel in MAX is set up to display \codes.
08-24-2012 03:56 AM
It still says error :/:
I have defined my Baud: 9600, Databits: 7, Parity: Even, Stopbits: 1
Handshake is defined to be software handshake by "XON" and "XOFF".
as in the manual:
08-24-2012 10:49 AM
You are really not paying attention to the manual or to previous posts. What you wrote is not at all correct. That page describes the format. You have to replace the f and X with the correct values and it is not at all sensible to try to do a read after sending the command. In order to do a read, you MUST send a command that tells the instrument to return some data!