On Fri, 29 Jun 2007 09:27:52 -0500 (EST) <[EMAIL PROTECTED]> wrote: > Hey Anton; > > Yeah, you were right, the serial interface coding prevents the program > from running in linux. Here is the console output: > > [EMAIL PROTECTED] rk3dov-log-0.0.8]$ ./dovlog.py > RK3DOV v0.0.8 started > RK3DOV v0.0.8 finished > > ERROR: > ----------------------------------------------------- > Can't open CW port. > Detalis: > Traceback (most recent call last): > File "./dovlog.py", line 1535, in main > cw = libcw.CW(config.cw_port) > File "/home/bfinch/Desktop/rk3dov-log-0.0.8/libcw.py", line 18, in > __init__ self.serial = serial.Serial(port=port) > File "/home/bfinch/Desktop/rk3dov-log-0.0.8/serial/serialutil.py", > line 156, in __init__ > self.open() > File "/home/bfinch/Desktop/rk3dov-log-0.0.8/serial/serialposix.py", > line 141, in open > raise SerialException("Could not open port: %s" % msg) > SerialException: Could not open port: [Errno 2] No such file or > directory: '/dev/cuad0' > > ----------------------------------------------------- > > 73! de RK3DOV > To get latest version visit: http://rk3dov.da.ru/log/ > Please report bugs to: [EMAIL PROTECTED] > [EMAIL PROTECTED] rk3dov-log-0.0.8]$ > > > Hope this helps your making this program more "universal" es VY 73;
In Linux you should use '/dev/ttyS0' for COM1 or '/dev/ttyS1' for COM2 as value of 'cw_port' in config.py Or just set: cw_port = None to disable CW for first time. -- Anton RK3DOV <[EMAIL PROTECTED]> _______________________________________________ Tlf-devel mailing list Tlf-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/tlf-devel