STC-GE83A
STC-GEC83A
User Guide
18
Rev 1.01
V. The Communication Protocol Specifications
This camera has a communication function that enables external devises, such as a PC, to control the camera
’s functions.
Please use the
“StCamGigEWare”, “StGigECtrl” communication software, or the following communication protocol to communicate
to the camera:
A. The Communication Method
UART (RS232C), Binary communication
B. The Communication Settings
C. The Communication Format
1. The format for sending data from the PC to the camera is as follows:
a. Sending the Read Command:
SOF
Device
Code
Read/Write
Page
Selection
Command
Code
Data
Length
Data
EOF
(8bit)
(6bit)
(1bit)
(1bit)
(8bit)
(8bit)
(R: 1 byte)
(W: n bytes)
(8bit)
2. The format for receiving data from the camera is as follows:
a. After the Read Command is sent:
b. After the Write Command is sent:
SOF
Data Length
Data
EOF
(8bit)
(8bit)
(n bytes)
(8bit)
SOF
Data Length
Receiving Code
EOF
(8bit)
(8bit) “00”
(1 byte)
(8bit)
Settings
Baud rate
115,200bps
Data bit
8bit
Parity
None
Stop bit
1bit
Flow control
None