We have an application where we need to be able to control an RS232 (serial) device via a web page. IIS would be installed on the local machine where the serial port is at, however, because the device needs to be managed via a mobile browser, such as an iPhone, we cannot use an ActiveX control.
I found a PHP-based version, but we desire to not install PHP on the box:
http://www.easyvitools.com/phpserial/index.htmlDoes anyone know of an ASP or ASP.NET-based alternative to the PHP version in the link above?
Start Free Trial