I try to connect my android-tablet with my notebook via bluetooth.
I use Delphi for developing applications on the notebook. Has anyone heard of a good bluetooth component for Delphi?
Glad to know there are other Delphi users out there...
Bluetooth, using SPP (serial port profile), will act just like a COM port. Allow whatever utility the OS uses to turn on BT and then establish a pairing between the notebook and tablet. Note which COM port number is assigned. Then, from Delphi open a COM port in the usual way (I use TMS Async) but there are any number of free components that do the same thing.