<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Tue, Nov 29, 2016 at 1:22 AM Bill Lionheart <<a href="mailto:billlionheart@gmail.com">billlionheart@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Using Wine  version 1.8 on Ubuntu 14.04.5<br class="gmail_msg">
I'm trying to use a AVRT5 APRS amateur radio GPRS tracker which has a<br class="gmail_msg">
serial interface. The device is supplied with a Prolific USB serial<br class="gmail_msg">
converter which comes up as /dev/ttyUSB0 which<br class="gmail_msg">
I have sym linked to COM1<br class="gmail_msg"></blockquote><div><br></div><div>Can you please cd into your dosdevices folder and run this command?</div><div><br></div><div>ls -Fl</div><div><br></div><div>(that's an uppercase F and a lowercase L)</div><div><br></div><div>Then we will also need to see permissions of the serial device, so run this:</div><div><br></div><div>ls -l /dev/ttyUSB0</div><div><br></div><div>That's a lowercase L again... and run this too:</div><div><br></div><div>id -a</div><div><br></div><div>With all this info we can rule out a couple problems, chief among them:</div><div>1. Is the symlink named correctly and actually pointing to something that exists</div><div>2. Do you actually have permissions to access the serial port</div><div><br></div><div>If you provide the output of all three of these commands, we should be able to help.</div><div><br></div><div>-Chris</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br class="gmail_msg">
<br class="gmail_msg">
</blockquote></div></div>