Search found 17 matches: ble

Return to advanced search

Re: Connecting to a BLE device

many thanks Marc, yes, it seems fine :-)
by Antonio Linares
Wed Feb 28, 2024 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 320

Re: Connecting to a BLE device

https://stackoverflow.com/questions/19436462/loadlibrarybthprops-dll-fails-file-not-found

It seems as we have to locate bthprops.cpl and then copy it as bthprops.dll, but this does not work...

where to find bthprops.dll... ?
by Antonio Linares
Wed Feb 28, 2024 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 320

Re: Connecting to a BLE device

... "error", 0 );        CloseHandle(hRadio);        return;    }    do {        // Check if the device is a BLE device        if ( ( deviceInfo.ulClassofDevice & COD_MAJOR_DEVICE_CLASS_MASK ) == COD_MAJOR_DEVICE_CLASS_PERIPHERAL) {  ...
by Antonio Linares
Wed Feb 28, 2024 6:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 320

Re: Connecting to a BLE device

Sorry Antonio, Threw out my back and have been unable to test until now. It would not compile. See below: ┌────────────────────────────────────────────────────────────────────────────┐ │ FiveWin for xHarbour 16.10 - Oct. 2016 xHarbour development power │▄ │ (c) FiveTech 1993-2016 for Microsoft Windo...
by Jeff Barnes
Tue Feb 27, 2024 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 320

Re: Connecting to a BLE device

...       return;    }    do {        // Check if the device is a BLE device        if ( ( deviceInfo.ulClassofDevice & COD_MAJOR_DEVICE_CLASS_MASK ) == COD_MAJOR_DEVICE_CLASS_PERIPHERAL) ...
by Antonio Linares
Wed Feb 14, 2024 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 320

Re: Connecting to a BLE device

Do I need a certain version of FiveWin for this ?
by Jeff Barnes
Wed Feb 14, 2024 2:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 320

Re: Connecting to a BLE device

... failed\n");        CloseHandle(hRadio);        return 1;    }    do {        // Check if the device is a BLE device        if (deviceInfo.ulClassofDevice & COD_MAJOR_DEVICE_CLASS_MASK == COD_MAJOR_DEVICE_CLASS_PERIPHERAL) {            // ...
by Antonio Linares
Tue Feb 13, 2024 11:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 320

Connecting to a BLE device

... to a Bluetooth Low Energy device? If so, can you please send me some examples? I used to connect to Bluetooth using a serial connection but with BLE it's way different. Any help would be greatly appreciated.
by Jeff Barnes
Tue Feb 13, 2024 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 320

Re: Helping with Covid-19

... develop a software package to help monitor patients. I would like to do my part and proceed with this however the current oximeters use the new BLE standard and I have never worked with this. Has anyone out there ever tried and succeeded connecting to a BLE device and read data from them ? If ...
by dhf27
Wed Apr 08, 2020 10:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Helping with Covid-19
Replies: 4
Views: 712

Re: Helping with Covid-19

... Then configure it("name/pass" via hyperterminal for example) to connect to you ble device. And then with hbcom send and receive data. You need to know too the technical data of the protocol your ble device has to understand the ...
by dhf27
Wed Apr 08, 2020 10:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Helping with Covid-19
Replies: 4
Views: 712

Helping with Covid-19

... develop a software package to help monitor patients. I would like to do my part and proceed with this however the current oximeters use the new BLE standard and I have never worked with this. Has anyone out there ever tried and succeeded connecting to a BLE device and read data from them ? If ...
by Jeff Barnes
Wed Apr 08, 2020 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Helping with Covid-19
Replies: 4
Views: 712

Bluetooth 4.0 BLE

Has anyone connected to a Bluetooth 4.0 BLE device?

The older Bluetooth devices would create a com port which I would connect to.
The new Bluetooth devices use the Low Energy standard and these do not create a com port. I have no idea how I would connect to them.
by Jeff Barnes
Wed Dec 18, 2019 11:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bluetooth 4.0 BLE
Replies: 0
Views: 340

Re: To Antonio: hb_free () Pointer Overflow "€"

No se elimina el error. Pero ademàs lo que sucede con ese còdigo es que como se pasan los resultados a una varia ble definida dentro de la parte en C, la variable fd, el prg que llama a la función no ve los resultados de InternetFindNextFile dentro de la rutina en C.
by Verhoven
Sun May 05, 2013 10:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: To Antonio: hb_free () Pointer Overflow "€"
Replies: 23
Views: 4526

Re: Reading a ini file

... you can try to read from 1 to n ini entries, but test before every read this way you can know how many lines you have in the ini file Another possible solution, add other section with line information [CONTROL] lines=5 [DATA] 1=bla bla 2=bla bla 3=bla ble 4=bla bla 5=bla bla regards Marcelo
by Marcelo Via Giglio
Mon Oct 12, 2009 11:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading a ini file
Replies: 14
Views: 3413
Next

Return to advanced search