|
Easy
"Serial Port" Programming
A built-in USB to Serial converter/adapter (Cypress) allows simple
programming. To the application, the SC8000 appears as a standard
Serial Port. The actual COM port will usually be installed as COM3
by the driver. Multiple SC-8000 can be connected, theoretically all
the way to COM256. A practical limit is probably 8 SC-8000 connected
to a single PC.
The Serial Port is configured as:
9600, No Parity, 8 Data bits, 1 stop bit, no flow control.
Communication can be done completely asynchronous, no handshaking is
required. The RISC based Atmel Micro-Controller has a separate
"state-machine" to handle communications. This means you can send
data to the SC8000 while it is updating the PPM and Servo Position
Pulse Widths, no need to wait for it to be "ready". Although
probably not be needed, it is possible to update the SC-8000 to change the
servo positions for every PPM frame.
Please see this section for the
communication protocol. |