PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Reading serial ports with WEBDEV
Reading serial ports with WEBDEV
Iniciado por jperez1260, 12,abr. 2008 18:37 - 1 respuesta
Publicado el 12,abril 2008 - 18:37
Hello:
It's possible to read the inputs from a device connected to PC client (RS232) and processed it in a webde page?
How Can I do it?
Thanks
Publicado el 13,abril 2008 - 00:21
Hi Jorge...

Normally, the security settings of the browser prevents interactions
with the hardware, so to do that, you will need either:
- an activeX managing the RS232, and therefore IE to use the activeX
- a windev exe (by example) to manage the RS232 and then using the
httprequest function to communicate with the webdev page

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

More information on http://www.fabriceharari.com


Jorge Perez wrote:
Hello:
It's possible to read the inputs from a device connected to PC client (RS232) and processed it in a webde page?
How Can I do it?
Thanks