using Bluetooth with harbour HMG. how ?

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2093
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

using Bluetooth with harbour HMG. how ?

Post by AUGE_OHR »

hi,

how can i use Bluetooth to communicate with harbour :idea:
is there a DLL / LIB for Bluetooth which can be used :?:
have fun
Jimmy
JALMAG
Posts: 265
Joined: Sun Jan 10, 2010 7:05 pm
DBs Used: DBF, MariaDB
Location: España - Spain

Re: using Bluetooth with harbour HMG. how ?

Post 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
User avatar
serge_girard
Posts: 3309
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: using Bluetooth with harbour HMG. how ?

Post by serge_girard »

Jimmy,

Try on groups.google : https://groups.google.com/g/harbour-use ... 44S2eNrQIJ

I'm also interested!!

Serge
There's nothing you can do that can't be done...
User avatar
AUGE_OHR
Posts: 2093
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: using Bluetooth with harbour HMG. how ?

Post by AUGE_OHR »

hi,

thx for Answer.
which LIB contain hb_COM* Function :?:
have fun
Jimmy
User avatar
danielmaximiliano
Posts: 2625
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: using Bluetooth with harbour HMG. how ?

Post by danielmaximiliano »

Try gattlibpp c++ wrapper
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
AUGE_OHR
Posts: 2093
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: using Bluetooth with harbour HMG. how ?

Post 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
have fun
Jimmy
Post Reply