How does Wisej work with usb ports, serial port..etc?

0
0

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

  • You must to post comments
0
0

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.

 

  • You must to post comments
0
0

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?

  • You must to post comments
0
0

Hi Carlos,

For suggestions on how to handle client side access to USB port, please have a look at Digital Signature thread

  • You must to post comments
0
0

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.

  • You must to post comments
Showing 4 results
Your Answer

Please first to submit.