[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: luars232 for COM10-255
- From: Thomas Buergel <Thomas.Buergel@...>
- Date: Tue, 23 Oct 2012 10:12:04 +0000
A silly workaround is described in https://github.com/ynezz/librs232/issues/1 :
> Hi,
>
> Windows is crappy in this, serial ports 1-9 are valid names, but for ports above
> you need to use UNC name of the device - \\.\COMxx, so please try to open the
> port with "\\.\COM24" as device name and let me know if it helped. Thanks.
>
> -- ynezz
So give it a try with "\\.\COM27" instead of "COM27".
Seeing that luars232 is up to version 1.0.3, I guess it would be time for the maintainers to rebuild the DLL as a favor to those without VC.