PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Reading serial ports with WEBDEV
Reading serial ports with WEBDEV
Débuté par Jorge Perez, 12 avr. 2008 18:37 - 1 réponse
Posté le 12 avril 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
Posté le 13 avril 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