Communication
FPΣ User's Manual
208
Procedure of communication
In the following example, the Micro-Imagechecker is connected to COM port 1.
A200/A100
a b c
1
2
3
5
4
6
7
8
9
0
A
B
a
FPWIN Pro program
b
Data registers
c
RS232C port
1
Write start command "%S
C
R
" in send buffer
2
Send data with F159_MTRN
3
"Transmission done" flag: FALSE, "Reception done" flag: FALSE, Receive buffer reset
4
Send start command "%S
C
R
"
A
Sending data
5
"Transmission done" flag: TRUE
6
Receive scan result "1012345
C
R
"
7
"Reception done" flag: TRUE
8
Read data "1012345
C
R
"
9
Send empty data with F159_MTRN
B
Receiving data
10
"Transmission done" flag: FALSE, "Reception done" flag: FALSE, Receive buffer reset