Bluetooth and delphi , how?

后端 未结 2 1092
小鲜肉
小鲜肉 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)

提交回复
热议问题