nCider
12-18-2000, 09:42 AM
Scenario:
This software running needs to use the serial port to communicate with a external piece of the kit (a controller). So the software is pointed to use /dev/ttys0 to use com1 where the controller is set up. I chmod'd that to 777 (just to get it working). I can run the script as root but I get a "Input/Output Error". If I run the script as myself I get a permission denied error.
My questions:
How do I give everyone permission to use this port for this device?
Do I have to enable Com1 to get i/o? That might be the answer but how do I do that?
Thanks in advance....
This software running needs to use the serial port to communicate with a external piece of the kit (a controller). So the software is pointed to use /dev/ttys0 to use com1 where the controller is set up. I chmod'd that to 777 (just to get it working). I can run the script as root but I get a "Input/Output Error". If I run the script as myself I get a permission denied error.
My questions:
How do I give everyone permission to use this port for this device?
Do I have to enable Com1 to get i/o? That might be the answer but how do I do that?
Thanks in advance....