From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <96b9ce32468d844a80c002c470af9e0a@hamnavoe.com> To: 9fans@9fans.net From: Richard Miller <9fans@hamnavoe.com> Date: Thu, 16 Aug 2018 12:26:10 +0100 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] How read data from USB-device ? Topicbox-Message-UUID: daa2b9a0-ead9-11e9-9d60-3106f5b1d025 > I encountered some problem: there is a trivial program on Go that > writes to the files / dev / eiaU4 / eiaUctl and / dev / eiaU the I hope you meant /dev/eiaU4/eiaU, not /dev/eiaU Unless you do a "bind -a /dev/eiaU4 /dev" after starting the usb serial driver, which allows you to reference the device files as /dev/eiaUctl and /dev/eiaU and not have to remember the unit number.