[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: error: serial: Error opening the interface: The system cannot find t
From: |
Odette.Denis |
Subject: |
RE: error: serial: Error opening the interface: The system cannot find the file specified. |
Date: |
Mon, 16 Sep 2019 20:00:35 +0000 |
Hi Andreas,
Full path works fine for lower than COM9. I just tried with s =
serial("\\\\.\\COM6");
So the general rule would be to use s = serial("\\\\.\\COMxx");
Thanks.
Regards
Odette
-----Original Message-----
From: Andreas Weber <address@hidden>
Sent: Tuesday, September 10, 2019 10:20 AM
To: Odette Denis - C51269 <address@hidden>
Cc: Help GNU Octave <address@hidden>
Subject: Re: error: serial: Error opening the interface: The system cannot find
the file specified.
External E-Mail
Am 10.09.2019 um 04:25 schrieb address@hidden:
> Serial ports in windows that are greater than COM9 need the full path
> name
> https://wiki.octave.org/Instrument_control_package#Example:_Windows.2C
> _serial_port_.3ECOM9
Hi Odette, thank you for the reply.
Perhaps it's worth to throw a warning on windoze in this case. Can you provide
a patch?
Thank you, Andy