Hi Harald,

That's a bright idea for all the developers behind the project as well as those observers around the project to make a brainstorm with the development and evolution of the project.

It's a little pity, however, for those people not going to participate directly in the Developer Meeting at CCC near Berlin. If setting up a "green pathway" connecting to the live meeting on the internet, so the people strongly wanna share their ideas with others will be able to join into the Developer Meeting simultaneously.

If there has difficulty in doing such things, maybe recording and uploading the live video of the meeting into the public wiki of the project is another way to share the content and fun of the meeting together with other people all around the world.


Thanks.

Best Regards,
Samuel

On Mon, Apr 5, 2010 at 6:00 PM, <baseband-devel-request@lists.osmocom.org> wrote:
Send baseband-devel mailing list submissions to
       baseband-devel@lists.osmocom.org

To subscribe or unsubscribe via the World Wide Web, visit
       https://lists.osmocom.org/mailman/listinfo/baseband-devel
or, via email, send a message with subject or body 'help' to
       baseband-devel-request@lists.osmocom.org

You can reach the person managing the list at
       baseband-devel-owner@lists.osmocom.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of baseband-devel digest..."

Today's Topics:

  1. Developer Meeting in Berlin / 2010-04-10 (Harald Welte)
  2. Re: noisy cable? (Nathan Fain)


---------- Forwarded message ----------
From: Harald Welte <laforge@gnumonks.org>
To: baseband-devel@lists.osmocom.org
Date: Mon, 5 Apr 2010 09:24:45 +0800
Subject: Developer Meeting in Berlin / 2010-04-10
Hi all!

Since I'm returning from holidays in two days, I think it's a good idea
(for those who are in/around Berlin) to meet again at CCC Berlin.

This is mainly for me to get an idea where we are (compared to before my
holidas) and how we proceed.  Especially the loader seems to have made
progress, as far as I can tell from casual reading of the commitlog.

I'm also curious to see what's happening on the battery charger, sim
card reader (and other) parts of the system.

I'd say we'll meet from 7pm on at the CCC Berlin.  Anyone interested in
joining, feel free to join!

Cheers,
       Harald
--
- Harald Welte <laforge@gnumonks.org>           http://laforge.gnumonks.org/
============================================================================
"Privacy in residential applications is a desirable marketing option."
                                                 (ETSI EN 300 175-7 Ch. A6)




---------- Forwarded message ----------
From: Nathan Fain <nat@fains.com>
To: baseband-devel@lists.osmocom.org
Date: Sun, 04 Apr 2010 22:17:38 -0700
Subject: Re: noisy cable?
fyi, using the /dev/cu.** variant solved my problem of osmocon being
unable to write CMD1 to the port.  At least, it worked with an FTDI
cable I built.  I imagine it will solve the issue with the prolific
cable as well (will try later).



On 29/03/2010 03:39, willem wrote:
> i managed to get hello_world working on my c121, connected through a
> pl2303 usb/serial cable to my macbookpro.
>
> but found that the connection is extremely noisy.
> often the movement of me putting down the phone on the table is enough
> to break the upload.
> is that a common problem with these headphone/serial cable plugs?
>
>
> for the serial device i can use /dev/cu.PL2303-0000201A
> or /dev/tty.PL2303-0000201A
>
> but when using the '/dev/tty...'  variant, i have to add this to osmocon.c
>
> diff --git a/src/host/osmocon/osmocon.c b/src/host/osmocon/osmocon.c
> index f934dd7..b361eb1 100644
> --- a/src/host/osmocon/osmocon.c
> +++ b/src/host/osmocon/osmocon.c
> @@ -128,6 +128,9 @@ static int serial_init(const char *serial_dev)
>      /* hardware flow control off */
>      options.c_cflag &= ~CRTSCTS;
>
> +    /* ignore modem status lines */
> +    options.c_cflag |= CLOCAL;
> +
>      /* software flow control off */
>      options.c_iflag &= ~(IXON | IXOFF | IXANY);
>
> =============================
>
> willem
>
>
>
>




_______________________________________________
baseband-devel mailing list
baseband-devel@lists.osmocom.org
https://lists.osmocom.org/mailman/listinfo/baseband-devel