User Tools

Site Tools


ffc:cm:api-osc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
ffc:cm:api-osc [2021/12/08 22:10] – external edit 127.0.0.1ffc:cm:api-osc [2021/12/08 22:15] – external edit 127.0.0.1
Line 19: Line 19:
 =====Implementation Instructions===== =====Implementation Instructions=====
  
-Listed below is the command set for the Application Programming Interface (API) for the FFC-100. Most operations that can be performed via the touchscreen can be also be performed via the API.+Listed below is the command set for the Application Programming Interface (API) for the FFC-100. Since the FFC-CM does not have a touch screen or GUI, all commands must be performed via the API.
  
 Computer communication to the FFC-100 occurs by first establishing a Serial COM port via the USB 2.0 physical interface. Computer communication should be platform independent, though appropriate USB drivers may have to be installed. The following table shows the serial port settings: Computer communication to the FFC-100 occurs by first establishing a Serial COM port via the USB 2.0 physical interface. Computer communication should be platform independent, though appropriate USB drivers may have to be installed. The following table shows the serial port settings:
  
-^ Baud Rate     |  9600  | +^ Baud Rate     |  155200  | 
-^ Data Bits         +^ Data Bits           
-^ Parity        |  None  +^ Parity        |  None    
-^ Stop Bits         +^ Stop Bits           
-^ Flow Control  |  None  |+^ Flow Control  |  None    |
  
  
-To perform an operation, an ASCII-based text message is first constructed from a command and its arguments, and then the message is transmitted to the FFC-100 through the COM port. The following rules apply:+To perform an operation, an ASCII-based text message is first constructed from a command and its arguments, and then the message is transmitted to the FFC-CM through the COM port. The following rules apply:
  
   - Syntax is //insensitive// to case.   - Syntax is //insensitive// to case.
ffc/cm/api-osc.txt · Last modified: 2021/12/09 00:16 by 127.0.0.1