Page 1 of 1
using Bluetooth with harbour HMG. how ?
Posted: Thu Feb 04, 2021 7:17 am
by AUGE_OHR
hi,
how can i use Bluetooth to communicate with harbour
is there a DLL / LIB for Bluetooth which can be used

Re: using Bluetooth with harbour HMG. how ?
Posted: Thu Feb 04, 2021 8:46 am
by JALMAG
SerĂa muy interesante sobre todo para recibir datos en los pagos con tarjeta
It would be very interesting especially to receive data in card payments
Re: using Bluetooth with harbour HMG. how ?
Posted: Thu Feb 04, 2021 9:47 am
by serge_girard
Jimmy,
Try on groups.google :
https://groups.google.com/g/harbour-use ... 44S2eNrQIJ
I'm also interested!!
Serge
Re: using Bluetooth with harbour HMG. how ?
Posted: Thu Feb 04, 2021 10:34 am
by AUGE_OHR
hi,
thx for Answer.
which LIB contain hb_COM* Function

Re: using Bluetooth with harbour HMG. how ?
Posted: Thu Feb 04, 2021 12:27 pm
by danielmaximiliano
Try gattlibpp c++ wrapper
Re: using Bluetooth with harbour HMG. how ?
Posted: Mon Feb 08, 2021 10:15 am
by AUGE_OHR
hi,
i have search for "more" about "BluetoothAPIs.dll" and found out that it need "BluetoothAPIs.h"
when search for *BluetoothAPIs.h" on my 32 Bit Work PC i found some under MinGW but these are only 10 KB
on other PC (64 Bit OS) i found it where i had installed in
X:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\um\bluetoothapis.h
or
X:\BCC7-64\INCLUDE\windows\sdk\BluetoothAPIs.h
which are about 60 KB ...
so it seems i have to install "Windows Kits" and include Environment when want to use it