We are in the process of automating safety testing . The safety tester we have is RS232 comunication .The prompt it returns is "spade". When we tries to use spade charactor in CVI it shows no UI indentifier .We also tried difining the ASCI value that is 6 (decimal) but not working.
Pl find the syntax bellow for reading the reasult from the RS232 with terminate charector "spade"
rc = ComRdTerm (com_port, result, iobufsz,TermChar);
The "result" is always showing Zero. If we send the command through Hyperterminal it retuns the string .
Pl help me the solution for this