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
Next revision
Previous revision
ffc:cm:api-osc [2021/12/08 21:40] – external edit 127.0.0.1ffc:cm:api-osc [2021/12/09 00:16] (current) – external edit 127.0.0.1
Line 3: Line 3:
 ====Links==== ====Links====
 * **Quick-Start Guides** * **Quick-Start Guides**
-    * [[ffc:100|FFC-100 Quick Start]]+    * [[ffc:cm:quickstart|FFC-CM Quick Start]]
  
 *  **Electronics** *  **Electronics**
-    * [[ffc:100m|FFC-100 Manual]] +    * [[ffc:cm:manual|FFC-CM Manual]] 
-    * [[https://www.youtube.com/watch?v=dd9TBPtoo98|FFC-100 Firmware Upgrade Tutorial]]+
  
 *  **Websites** *  **Websites**
-    * [[https://vescent.com/us/ffc-100-frequency-comb.html|FFC-100 web page]]+    * [[https://vescent.com/us/ffc-100-frequency-comb.html|FFC-CM web page]]
     * [[https://github.com/Vescent/FFC_Firmware_Upgrade-and-FPGA-Software-Firmware|Github page for FFC-100 firmware revisions]]     * [[https://github.com/Vescent/FFC_Firmware_Upgrade-and-FPGA-Software-Firmware|Github page for FFC-100 firmware revisions]]
  
 *  **Downloads** *  **Downloads**
-    * {{ :fcc:100:ffc-100_serial_command_api.pdf |}}+    * {{ :ffc:cm:ffc_gen2_osc_serial_command_api.docx |}} 
  
 =====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.
Line 40: Line 41:
   - Changes effected by issuing a serial command from this API are not permanently stored in non-volatile memory until you issue a SAVE command. Configuration changes without the SAVE command will be lost with power cycling. The Save command stores the entire configuration and so several configuration changes can be implemented and then a single SAVE command could be issued.   - Changes effected by issuing a serial command from this API are not permanently stored in non-volatile memory until you issue a SAVE command. Configuration changes without the SAVE command will be lost with power cycling. The Save command stores the entire configuration and so several configuration changes can be implemented and then a single SAVE command could be issued.
  
-For most complete version of API, download the FFC-Serial API PDF from the [[fcc:100:api#Links|downloads]] section.+For most complete version of API, download the FFC-Serial API PDF from the [[ffc:cm:api-osc#Links|downloads]] section.
  
ffc/cm/api-osc.1638999601.txt.gz · Last modified: 2021/12/08 21:40 by 127.0.0.1