Difference between revisions of "Component: Bluetooth (E-Blocks 3) (Wireless)"

From Flowcode Help
Jump to navigationJump to search
(Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | Matrix TSL |- | width="20%" style="color:gray;" | Version | 1.0 |- | width="20%" style="color:gray...")
 
(No difference)

Latest revision as of 08:58, 9 June 2025

Author Matrix TSL
Version 1.0
Category Wireless


Bluetooth (E-Blocks 3) component

A component to drive the Bluetooth functionality using the E-blocks 3 Capacitive touch display module.

Detailed description

No detailed description exists yet for this component

Examples

No additional examples

Macro reference

ConnectionStatus

Fc9-comp-macro.png ConnectionStatus
Checks to see if the Bluetooth is connected to a master device 
Fc9-bool-icon.png - BOOL Return


Initialise

Fc9-comp-macro.png Initialise
 
Fc9-string-icon.png - STRING Name
Friendly device name 
Fc9-void-icon.png - VOID Return


ReceiveArray

Fc9-comp-macro.png ReceiveArray
Read an array of bytes from the Bluetooth connection and store into the Data array. Returns the number of bytes received 
Fc9-u8-icon.png - BYTE Data
 
Fc9-u16-icon.png - UINT MaxCount
Max number of bytes to try and receive 
Fc9-u16-icon.png - UINT Return


SendArray

Fc9-comp-macro.png SendArray
Send an array of bytes via Bluetooth 
Fc9-u8-icon.png - BYTE Data
 
Fc9-u16-icon.png - UINT Count
 
Fc9-void-icon.png - VOID Return


Uninitialise

Fc9-comp-macro.png Uninitialise
Shuts down Bluetooth communications.  
Fc9-void-icon.png - VOID Return


Property reference

Fc9-prop-icon.png Properties

Component Source Code

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

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