On Aug 15, 2005, at 12:45 AM, Luis Moreira wrote: > I hit another snag with Minicom, which probably is also to do with the > serial ports. I configured Minicom as suggested and if I work as root > everything works fine, but when I work as another user as soon as I try > to use Minicom it comes up with the message that I do not have > permission to access the port Ensure that your io ports (which appear in unix as normal files) have appropriate protections: sudo chmod 777 /dev/ttyS0 /dev/ttyS1 (that makes them completely unprotected, of course. Better to put them in a group and change the group permissions, but that becomes more complicated.) (Some unix utilities seem to change the port protections for reasons I've never tracked down, so it can be necessary to repeat this periodically (or track it down.) For instance, reboots here seem to do some UUCP initialization that results in UUCP owning /dev/ttyS0, even though there is no UUCP actually running...) BillW -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist