Component: Injector (AT) (Test Injectors)

From Flowcode Help
Jump to navigationJump to search
Author Matrix Ltd
Version 1.1
Category Test Injectors


Injector (AT) component

Comms data injector to replicate basic AT command syntax. The component will record each incoming character until the termination character is received. Once this happens the component will respond by echoing back the received data followed by an "OK" reply.

Component Source Code

Please click here to download the component source project: FC_Comp_Source_InjectorAT.fcfx

Please click here to view the component source code (Beta): FC_Comp_Source_InjectorAT.fcfx

Detailed description

No detailed description exists yet for this component

Examples

GSM Example File FC6 Icon.png GSM Example Example should show the following on the display on the panel and on the hardware.

GSMPan.jpg


The AT injector component allows us to simulate the response of the GSM module.

GSMInject.jpg






Macro reference

UARTBaud

Fc9-comp-macro.png UARTBaud
 
Fc9-u8-icon.png - BYTE Channel
 
Fc9-u8-icon.png - BYTE Rate
 
Fc9-void-icon.png - VOID Return


UARTCheckRX

Fc9-comp-macro.png UARTCheckRX
 
Fc9-u8-icon.png - BYTE Channel
 
Fc9-u8-icon.png - BYTE Return


UARTInitialise

Fc9-comp-macro.png UARTInitialise
 
Fc9-u8-icon.png - BYTE Channel
 
Fc9-void-icon.png - VOID Return


UARTReceive

Fc9-comp-macro.png UARTReceive
 
Fc9-u8-icon.png - BYTE Channel
 
Fc9-u8-icon.png - BYTE Return


UARTSend

Fc9-comp-macro.png UARTSend
 
Fc9-u8-icon.png - BYTE Channel
 
Fc9-u8-icon.png - BYTE Data
 
Fc9-void-icon.png - VOID Return


Property reference

Fc9-prop-icon.png Properties
Fc9-conn-icon.png AT Injector Settings
Fc9-type-21-icon.png Circular Buffer Size
Amount of room in the circular buffers before running out of memory. e.g. max command that can be recorded. 
Fc9-type-16-icon.png Termination Character
Character that will trigger the AT Injector to automatically switch from recording to repeating. 
Fc9-type-7-icon.png Show Console