This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
built_in:bluetoothserial [2015/03/22 13:49] octazid completed |
built_in:bluetoothserial [2019/02/25 06:32] (current) stevegarman Add modes |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== BluetoothSerial control ====== | ====== BluetoothSerial control ====== | ||
+ | ===== Syntax ===== | ||
+ | app.CreateBluetoothSerial(mode) | ||
+ | Possible modes are | ||
+ | 'Text' default | ||
+ | 'Int' mode allows you to send a comma separated list of integers | ||
+ | 'hex' mode is a comma separated list of hex values | ||
===== Methods ===== | ===== Methods ===== | ||
^ Method ^ Description ^ | ^ Method ^ Description ^ |