Search found 762 matches: device

Return to advanced search

Re: Talking to your apps

I tried to test it using my Beelink SER 7 mini-pc. It turned out that the microphone ( on the camera ) doesn't work with that device ... didn't know that. Evidently it's a common problem and they don't have a solution. SO ... I tried it on my Surface Notebook ( Windows + H ) and it did ...
by TimStone
Mon Apr 01, 2024 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3798

Re: xbrowse No existe el metodo: LREADONLY

... clicking on the exit button, for now I am going to use it like this, the example that asks me does not I can do it, it uses a TCP/IP biometric device. If it is not connected, the example works correctly
by albeiroval
Sun Mar 03, 2024 7:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 455

Re: Data exchange between PC and Android device on the same loca

Dear Carles. As always, I appreciate your time and comments. I hope soon I will make progress in the RX study. I am interested in learning from both worlds. Firstly in the world of the old Harbour programmer who wants to use the web in a way that is sufficiently efficient and more in line with my ol...
by Arturo Lopesoria
Wed Feb 28, 2024 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 764

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: 306

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: 306

Re: Connecting to a BLE device

... COD_MAJOR_DEVICE_CLASS_MASK       0x1F00#define COD_MAJOR_DEVICE_CLASS_PERIPHERAL   0x08HB_FUNC( TEST ){    BLUETOOTH_DEVICE_INFO deviceInfo;    HANDLE hRadio = NULL;    BLUETOOTH_FIND_RADIO_PARAMS btfrp = { sizeof(BLUETOOTH_FIND_RADIO_PARAMS) };    HBLUETOOTH_RADIO_FIND ...
by Antonio Linares
Wed Feb 28, 2024 6:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 306

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: 306

Re: Data exchange between PC and Android device on the same loca

Hi Arturo, Estimado Arturo, Has revisado el nuevo producto de Carles Aubia ? https://runnerxbase.app/ Es uhttpd supervitaminado :-) regards, saludos Antonio Linares No conozco el Producto pero claro qu lo voy a checar Gracias Antonio. Un Abrazo Gracias Antonio. He utilizado casi dos días y he avanza...
by Carles
Sat Feb 24, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 764

Re: Data exchange between PC and Android device on the same loca

Arturo, his source code originates from one of my posts dated October 14, 2018—long before the introduction of Mod Harbor. Now, you can achieve the same results with Mod HARBOUR. I provided the link to illustrate the server hardware we utilize. As mentioned in the most recent post, we are currently ...
by Otto
Sat Feb 24, 2024 12:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 764

Re: Data exchange between PC and Android device on the same loca

A FIVEWIN desktop program on the server does the hard work. This FW-program monitors a directory. A PHP program writes a text file to this directory. In the text file the report request is stored. //write Report task $Report = fopen( $filename . "txt", "w"); if ($Report == false...
by Arturo Lopesoria
Fri Feb 23, 2024 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 764

Re: Data exchange between PC and Android device on the same loca

Arturo, If I may offer you some advice beforehand, then start your work with mod harbour from FIVETECH. Antonio has proven all along (I have been involved since 1994) that he solves problems for us and clears the obstacles out of the way. Although perhaps mod harbour CGI from FIVETECH might be even ...
by Otto
Fri Feb 23, 2024 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 764

Re: Data exchange between PC and Android device on the same loca

Estimado Arturo, Has revisado el nuevo producto de Carles Aubia ? https://runnerxbase.app/ Es uhttpd supervitaminado :-) regards, saludos Antonio Linares No conozco el Producto pero claro qu lo voy a checar Gracias Antonio. Un Abrazo Gracias Antonio. He utilizado casi dos días y he avanzado algo co...
by Arturo Lopesoria
Fri Feb 23, 2024 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 764

Re: Data exchange between PC and Android device on the same loca

Otto:
Thank you so much.

That seems to be exactly what I'm looking for:

How to configure the server and/or a harbor module to respond appropriately to a request from a PWA that is on a different Origin, avoiding violating the CORS policy

I will review it very carefully.
Thanks in advance
by Arturo Lopesoria
Fri Feb 23, 2024 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 764

Re: Data exchange between PC and Android device on the same loca

Arturo, please see my post: https://forums.fivetechsupport.com/viewtopic.php?f=45&t=42128&p=252828&hilit=LocalStorage&sid=825fe8abdcb046c5dc6fd5501526530c#p252828 You can temporarily store data from a stocktaking or other not particularly extensive data securely in the LocalStorage o...
by Otto
Fri Feb 23, 2024 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 764
Next

Return to advanced search