Hello fatman,
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.
Best Regards,
Paul