Bluetooth and delphi , how?

后端 未结 2 1078
小鲜肉
小鲜肉 2021-01-02 03:33

I want to send a file to a device (phone) using bluetooth nothing fancy. But i don\'t know where to start should i find a driver? Maybe one of you guys worked with bluetooth

相关标签:
2条回答
  • 2021-01-02 04:18

    I hacked some bluetooth support into Indy (because you can only(?) read/write bluetooth via sockets: Bluetooth Programming with Windows Sockets) a month ago.

    See my post on the indy forum for the code:
    Indy Bluetooth support

    We use it here for reading a bluetooth barcode scanner (both master and slave mode), with auto connect etc (maybe I need to update the posted code for master support, please let me know if you need it)

    0 讨论(0)
  • 2021-01-02 04:31

    I haven't worked with it before but I'd start on MSDN

    The article explains how to use windows sockets to connect to Bluetooth devices.

    There's probably wrappers for these methods. I'll add some more information after I've looked into it

    0 讨论(0)
提交回复
热议问题