Hi people, Is it possible to get access to serial, usb ports…etc from “Wisej”? I haven’t tried but a long time ago with VWG was a bummer.
Regards,
CLV
Hi there,
Populating a ComboBox with SerialPort.GetPortNames() doesn’t work.
The combobox remains empty?
SerialPort.GetPortNames() does return an array of the server ports, though.
Hi Carlos,
For suggestions on how to handle client side access to USB port, please have a look at Digital Signature thread
So, for example: if I use “using System.IO.Ports;” am I going to get serial port access but only on the server, right? Does it work for Client side?
Wisej has full access to any device on the server and can access anything that is accessible by JavaScript. In general USB ports are not accessible by the browser.
Please login first to submit.