tlf-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tlf-devel] Logger for IOTA


From: Anton RK3DOV
Subject: Re: [Tlf-devel] Logger for IOTA
Date: Fri, 29 Jun 2007 23:48:36 +0400

On Fri, 29 Jun 2007 09:27:52 -0500 (EST)
<address@hidden> wrote:

> Hey Anton;
> 
> Yeah, you were right, the serial interface coding prevents the program
> from running in linux. Here is the console output:
> 
> address@hidden 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: address@hidden
> address@hidden 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 <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]