Mitsutoyo supplies VCP driver for using as Serial port(COM port).
1. download VCP driver bellow link.
https://drive.google.com/file/d/1Jqvw-fO2zItXSliuVXSOlYRzt5G7uoM9/view?usp=sharing
2. download API manual
3. Install VCP driver.
Right click the file "usb-itn.inf" and run "install driver".
4. connect USB-ITN cable to computer.
it will be installed automatically.
5. Open serial terminal program and connect to COM port.
6. typing "1" and press Enter key.
---------------------------------------------------
command syntax
---------------------------------------------------
request:
[1 byte command ][carridge return]
response:
[1 byte command ][1byte channel][1 byte type][ variable length data ......][carridge return]
---------------------------------------------------
command list
---------------------------------------------------
V : DEVICE INFORMATION
1 : DATA REQ CMD
0 : MEASURED DATA RESPONSE
8 : FOOT SWITCH
9 : STATUS
ETX : 0x0d (\r)
---------------------------------------------------
example
---------------------------------------------------
REQ RES
-------------------------------
V 1ITN49001557
1 01A+0003.770
---------------------------------------------------
packet description
---------------------------------------------------
0 data command
1 channel (1, fixed)
A normal data(A, fixed)
+ sign
0 value
0
0
3
.
7
7
0
0x0d(\r)