Search found 918 matches: port

Return to advanced search

RecordSet via Web

... out is if I can use this on a secure site. Can't seem to get it to work. It works if I use Hamachi (VPN), but not HTTP, or HTTPS on a designated port.
by byron.hopp
Thu Mar 28, 2024 7:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RecordSet via Web
Replies: 0
Views: 215

Re: USB reading/writing as Com port

Look, #include "FiveWin.ch"/*Reconocer puerta USBLocal   aUnidades:=aDrives()      FOR xI=1 TO LEN( aUnidades )            IF GetDriveType( aUnidades[xI] )=2              ?"USB"    &nbs...
by karinha
Thu Feb 08, 2024 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: USB reading/writing as Com port
Replies: 3
Views: 220

Re: USB reading/writing as Com port

Thanks, So i looked and find a program link CoolTerm, Free, Small and doing what you say. I have to test it this evening. But it is software, so mayby FiveWin has also a Lib for this ? If I plugin my handscanner, FW can read this and it is also on a USB, but I suppose that this is not the same. So I...
by Marc Venken
Thu Feb 08, 2024 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: USB reading/writing as Com port
Replies: 3
Views: 220

Re: USB reading/writing as Com port

Generally, when it is necessary to manage a device that connects via the USB port but responds to a serial structure, there are serial port emulators.
Here in Argentina, there are fiscal drivers that use that functionality, and they can be managed with Fivewin's COM port management functions.
by cmsoft
Thu Feb 08, 2024 12:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: USB reading/writing as Com port
Replies: 3
Views: 220

USB reading/writing as Com port

I spend the every looking and testing samples to read the USB port from FW I did not succeed. I can read/write arduino serial data from the Node-Red application from USB port 5. So it is possible to collect data from a Arduino true a USB port. How to read ...
by Marc Venken
Wed Feb 07, 2024 10:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: USB reading/writing as Com port
Replies: 3
Views: 220

Re: FW_OpenAdoConnection reconnect

"ServerAddress:port"

eg:
Code: Select all  Expand view
190.30.20.20:3306
by nageswaragunupudi
Thu Dec 14, 2023 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenAdoConnection reconnect
Replies: 6
Views: 538

Re: FW_OpenAdoConnection reconnect

Hello Rao
how to specify the port with FW_OpenAdoConnection() ?

Maurizio
by Maurizio
Thu Dec 14, 2023 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenAdoConnection reconnect
Replies: 6
Views: 538

Re: Archivo .BAT no funciona

José
Saludos,
El resultado el .BAT quedó de esta manera:
c:\adp\mysql\mysql.exe SGEV60_TEST < c:\adp\dpsgev60\dpsgev60.sql -uroot -proot --host=127.0.0.1 --port=3306 > TEMP\MYSQL.LOG
by jnavas
Fri Sep 29, 2023 4:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivo .BAT no funciona
Replies: 8
Views: 528

Re: xHarbour.org updated!

... you can try assigning these: oCli:nDefaultPort = nPortoCli:lSSL = .T. Thanks Enrico. The service integration manual does not say to define the port. Code below: #Include "Fivewin.ch" Function Main() LOCAL oDlg, oGet LOCAL cCad := "Testing " // pad("Testing Gets",40) ...
by wartiaga
Tue Sep 19, 2023 12:16 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37444

Re: fivewin 2023/07 y 2020/12 problemas al crear EXE

... := GetPvProfString("mysql","psw" ," " ,".\connect.ini") nPort := GetPvProfString("mysql","port" ," " ,".\connect.ini") cDBName := GetPvProfString("mysql","dbname" ," " ,".\connect.ini") ...
by CARLOS ATUNCAR
Thu Sep 14, 2023 4:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 1677

Problemas al migrar desde FWH2012 a FWH2307 - cerrado

... := GetPvProfString("mysql","psw" ," " ,".\connect.ini") nPort := GetPvProfString("mysql","port" ," " ,".\connect.ini") *cDBName := GetPvProfString("mysql","dbname" ," " ,".\connect.ini") ...
by CARLOS ATUNCAR
Tue Sep 12, 2023 11:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 1677

Re: Choise : Windows server standard 2022 versus essential 2022

... was : 3.445 euro (including software) see below 1 PowerEdge T150 PowerEdge T150 Chassis 4 x 3.5in Cabled 2x 480GB SSD Intel Xeon E-2314 16GB Dual-Port 1GbE S150 Software RAID-controller iDRAC9 Enterprise 3 Year ProSupport 5x Windows Server 2022 RDS USER CALs 5x Windows Server 2022 USER CALs 1x ...
by Marc Venken
Sat Sep 02, 2023 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choise : Windows server standard 2022 versus essential 2022
Replies: 23
Views: 1420

Re: Another Question about FWH and Word

Dear Michel, chatgpt proposes this code, not sure if it will work as expected. You can easily port it to FWH #include <stdio.h>#include <windows.h>int main() {    HKEY hKey;    const char *regPath = "Software\\Microsoft\\Office\\Word\\Addins\\MacJuda.dotm";  ...
by Antonio Linares
Fri Aug 11, 2023 4:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another Question about FWH and Word
Replies: 6
Views: 345

Can´t initialize character set unknown (path: compiled_in)

... "?" en algunas tablas Conecto de esta forma con la ddbb: FWConnect oMyCon Host <cIPSuc> User <cAUsu> Password <cPsw> Port <nPort> DB <cDB> Estoy usando las siguientes herramientas, en proceso de migración de mis softwares aún) HB 3.2, FWH 21.06 Borland ...
by José
Wed Jul 19, 2023 4:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Can´t initialize character set unknown (path: compiled_in)
Replies: 4
Views: 209

FiveDBU + PostgreSQL using ADO

... using FiveDBU :?: --- Picture show my HMG Version https://i.postimg.cc/VkT3vcQp/HBPGU.jpg after connect to Server-IP (?) using Port 5432 (can be different) to open "Catalog mdidemo" than Listbox will be filled with Table Name of Client
by Jimmy
Sat Jun 24, 2023 3:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU + PostgreSQL using ADO
Replies: 0
Views: 144
Next

Return to advanced search