Input Data in Table over Bluetooth

Support forum for MegunoLink
Post Reply
Brightblue
Posts: 1
Joined: Thu Mar 25, 2021 9:48 pm

Thu Mar 25, 2021 9:55 pm

Hello,

I was wondering if anyone has tried to send table data over bluetooth. one of the projects I am making would benefit from this feature however i have so far been unable to acheive this goal.

I am currently just trying to use the example "BasicRecordTable" over Bluetooth. I have confirmed Bluetooth works (added a button which worked, then removed it from the code and interface) and also confirmed the table date fills in if i use a USB connection however i can't work out why its not working over bluetooth.

I was just curious if anyone else has tried this or am i missing something obvious?

Thank you for the help in advance
philr
Posts: 446
Joined: Mon May 26, 2014 10:58 am

Sun Apr 25, 2021 3:35 am

Hi, did you get this going? I suspect you just need to make sure you point the table object to use the bluetooth serial rather than the default serial port.

For example if your bluetooth serial port is declared as:
BluetoothSerial SerialBT;

Then you would simply point the table library to use that connection. Like this:
RecordTable MyTable(SerialBT);

Cheers
Phil
Post Reply