Difference between revisions of "Bot test"

From Flowcode Help
Jump to navigationJump to search
Line 24: Line 24:
 
|-
 
|-
 
| colspan="2" | Data to send for script 0, each command should be terminated with a carriage return
 
| colspan="2" | Data to send for script 0, each command should be terminated with a carriage return
|-
 
| width="10%" align="center" | [[File:Fc9-type--icon.png]]
 
| width="90%" | Connections
 
|-
 
| colspan="2" |
 
|-
 
| width="10%" align="center" | [[File:Fc9-type--icon.png]]
 
| width="90%" | Simulation
 
|-
 
| colspan="2" |
 
 
|-
 
|-
 
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-conn-icon.png]]
 
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-conn-icon.png]]

Revision as of 12:48, 12 August 2021

Fc9-prop-icon.png Properties
Fc9-type-21-icon.png Command Buffer Size
Maximum number of bytes that can be stored in the outgoing command buffer.
Fc9-type-21-icon.png Response Buffer Size
Maximum number of bytes that can be stored in the incoming response buffer.
Fc9-type-16-icon.png Script Count
Controls how many AT scripts are stored into non-volatile memory
Fc9-type-11-icon.png Script 1
Data to send for script 0, each command should be terminated with a carriage return
Fc9-conn-icon.png Connections
Fc9-type-16-icon.png Channel
UART Channel selector Software channels are bit banged using generic I/O pins but are not as reliable as hardware channels. Hardware channels use the selected peripheral on-board the target microcontroller.
Fc9-type-5-icon.png TX
Pin to be used for Transmit data
Fc9-type-5-icon.png RX
Pin to be used for Receive data
Fc9-type-16-icon.png Use Flow Control
Flow Control (Handshake) enable or disable. On: Two I/O pins are used to control the flow of data in and out of the device. Off: Flow control is disabled.
Fc9-type-16-icon.png Baud Options
Baud rate option selector
Fc9-type-14-icon.png Baud Rate
Fc9-conn-icon.png Simulations
Fc9-type-21-icon.png Console Columns
Number of characters that can be displayed on a single line of the console.
Fc9-type-7-icon.png Console Data
Selects if the console data is automatically generated or not
Fc9-type-7-icon.png Scope Traces
Selects if the scope traces are automatically added to the data recorder window or not. Simulation - draws an approximation of the UART data onto the scope trace. ICT - sets up the scope trace for incoming data and adds UART packet decoding at the correct BAUD.
Fc9-type-16-icon.png Data Source
Simulation data source used to allow the component to connect to various remote devices Nothing - Simulation data is ignored COM port - Routes the communication data to and from a physical or virtual COM port API - Routes the communication data via a data API component on the Panel.
Fc9-type-16-icon.png API
Selects whichAPI component to route the communication data via. Add API components to the panel before they will be available in this list. API components are available from the Comms component category.