Difference between revisions of "Bot test"
From Flowcode Help
Jump to navigationJump to searchLine 111: | Line 111: | ||
Software channels are bit banged using generic I/O pins but are not as reliable as hardware channels. | 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. | Hardware channels use the selected peripheral on-board the target microcontroller. | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-5-icon.png]] | ||
+ | | width="80%" | TX | ||
+ | |- | ||
+ | | colspan="2" | Pin to be used for Transmit data | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-5-icon.png]] | ||
+ | | width="80%" | RX | ||
+ | |- | ||
+ | | colspan="2" | Pin to be used for Receive data | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-16-icon.png]] | ||
+ | | width="80%" | Use Flow Control | ||
+ | |- | ||
+ | | colspan="2" | 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. | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-16-icon.png]] | ||
+ | | width="80%" | Baud Options | ||
+ | |- | ||
+ | | colspan="2" | Baud rate option selector | ||
+ | |- | ||
+ | | width="10%" align="center" | [[File:Fc9-type-14-icon.png]] | ||
+ | | width="80%" | Baud Rate | ||
+ | |- | ||
+ | | colspan="2" | | ||
|} | |} |
Revision as of 15:28, 10 August 2021
Macro References