I have a pull test machine, connected with COM7 to my PC. I want to Xrite some commands and get the required answer from the machine.
The machine came with a manual for data communication. that says that after sending the command the key displayed on the screen are locked automatically. to release the key functions the command "free!" must be sent via the serial to the control unit.
sample command :
- free!
to release the locked keys
val?
reslut +-XXXXX_N
the command CR completes the transmission of mesured values.
Actualy i am only able to read data from the machine by pressing the print button on the machine screen. I want to be able to send commands to get the required result.
serialport.write("val?")
No result
Any help will be much appreciated.