opc0de
opc0de

Reputation: 11767

Bluetooth and delphi , how?

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 before and can give me a starting point.

Upvotes: 11

Views: 9058

Answers (2)

André
André

Reputation: 9112

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)

Upvotes: 15

James
James

Reputation: 9965

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

Upvotes: 0

Related Questions