Serial port sniffing problem

Christopher Harrington ironiridis+winehq at gmail.com
Tue Nov 29 11:57:54 CST 2016


On Tue, Nov 29, 2016 at 1:22 AM Bill Lionheart <billlionheart at gmail.com>
wrote:

> Using Wine  version 1.8 on Ubuntu 14.04.5
> I'm trying to use a AVRT5 APRS amateur radio GPRS tracker which has a
> serial interface. The device is supplied with a Prolific USB serial
> converter which comes up as /dev/ttyUSB0 which
> I have sym linked to COM1
>

Can you please cd into your dosdevices folder and run this command?

ls -Fl

(that's an uppercase F and a lowercase L)

Then we will also need to see permissions of the serial device, so run this:

ls -l /dev/ttyUSB0

That's a lowercase L again... and run this too:

id -a

With all this info we can rule out a couple problems, chief among them:
1. Is the symlink named correctly and actually pointing to something that
exists
2. Do you actually have permissions to access the serial port

If you provide the output of all three of these commands, we should be able
to help.

-Chris


>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20161129/56b9f28a/attachment.html>


More information about the wine-devel mailing list