<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 16/08/13 01:20, Micheal Morrow
      wrote:<br>
    </div>
    <blockquote cite="mid:520D7065.5000303@ILikeTheInternet.com"
      type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <font face="Bitstream Charter"><small>Then try to download from
          the radio and got a message error 13 that I don't have
          permissions to ttyUSB0.&nbsp; </small><br>
        <small>Another website said to issue: <code>sudo chmod 0777
            /dev/ttyUSB0</code></small></font><br>
    </blockquote>
    <br>
    That works, but the permissions will probably be reset after a
    reboot upor reinsertion of the USB serial adapter.<br>
    <br>
    I'm running Linux Mint, which is based on Ubuntu. On my computer
    /dev/ttyUSB*, as created, are owned by the 'dialout' group. The
    command 'ls -l /dev/ttyUSB0' should show you the owner and group, it
    might not be 'dialout' on your system.<br>
    <br>
    Assuming that your user name is 'username' and the group of
    /dev/ttyUSB0 is 'dialout' then you can then add your own user to
    this group with the command:<br>
    <br>
    sudo adduser username dialout<br>
    <br>
    That way your user account will automatically have permission to use
    any serial ports on the system.<br>
    <br>
    -- <br>
    <br>
    Andrew.<br>
    <br>
  </body>
</html>