Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Mar 2013 07:14:12 -0800
From:      Patrick Powell <papowell@astart.com>
To:        freebsd-ports@freebsd.org
Subject:   Re: YModem terminal emulator
Message-ID:  <5134BA44.8020604@astart.com>
In-Reply-To: <51347C95.8020600@netfence.it>
References:  <51347C95.8020600@netfence.it>

next in thread | previous in thread | raw e-mail | index | archive | help
On 03/04/13 02:51, Andrea Venturoli wrote:
> Hello.
>
> I need a terminal emulator able to send a file over a USB/serial line, 
> using YModem.
>
> So far I tried:
> a) cutecom
>
> When I press "Send file..." and pick, I get
>> Object::connect: No such signal QProgressDialog::cancelled() in 
>> /usr/ports/comms/cutecom/work/cutecom-0.20.0/qcppdialogimpl.cpp:394
>> Object::connect:  (receiver name: 'CuteCommDlg')
>
>
>
> b) minicom
>
> I get:
> > minicom: cannot open /dev/cuaU0: Permission denied
>
> I also tried /dev/ttyU0, but message is the same.
> I even tried running this as root, but I still get "Permission denied" 
> :-O
>
>
>
>
> Any hint on these?
> Any other port I can try?
>
>  bye & Thanks
>     av.
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"
>
I run into this a lot when I use USB serial devices.  Try using:
ls /dev/cu*
and see what devices you have.  For examle:

server:{15} # ls /dev/cu*
/dev/cuau0      /dev/cuau0.init /dev/cuau0.lock /dev/cuau1 
/dev/cuau1.init /dev/cuau1.lock

Note that the device is /dev/cuau0 not /dev/cauU0

-- 
Patrick Powell                 Astart Technologies
papowell@astart.com            1530 Jamacha Road, Suite X,
Network and System             El Cajon, CA 92019
   Consulting                   858-874-6543
Web Site: www.astart.com




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5134BA44.8020604>