Hi Harald,<br><br>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.<br><br>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.<br>
<br>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.<br>
<br><br>Thanks.<br><br>Best Regards,<br>Samuel<br><br><div class="gmail_quote">On Mon, Apr 5, 2010 at 6:00 PM,  <span dir="ltr"><<a href="mailto:baseband-devel-request@lists.osmocom.org">baseband-devel-request@lists.osmocom.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Send baseband-devel mailing list submissions to<br>
        <a href="mailto:baseband-devel@lists.osmocom.org">baseband-devel@lists.osmocom.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.osmocom.org/mailman/listinfo/baseband-devel" target="_blank">https://lists.osmocom.org/mailman/listinfo/baseband-devel</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:baseband-devel-request@lists.osmocom.org">baseband-devel-request@lists.osmocom.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:baseband-devel-owner@lists.osmocom.org">baseband-devel-owner@lists.osmocom.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of baseband-devel digest..."<br>
<br>Today's Topics:<br>
<br>
   1. Developer Meeting in Berlin / 2010-04-10 (Harald Welte)<br>
   2. Re: noisy cable? (Nathan Fain)<br>
<br><br>---------- Forwarded message ----------<br>From: Harald Welte <<a href="mailto:laforge@gnumonks.org">laforge@gnumonks.org</a>><br>To: <a href="mailto:baseband-devel@lists.osmocom.org">baseband-devel@lists.osmocom.org</a><br>
Date: Mon, 5 Apr 2010 09:24:45 +0800<br>Subject: Developer Meeting in Berlin / 2010-04-10<br>Hi all!<br>
<br>
Since I'm returning from holidays in two days, I think it's a good idea<br>
(for those who are in/around Berlin) to meet again at CCC Berlin.<br>
<br>
This is mainly for me to get an idea where we are (compared to before my<br>
holidas) and how we proceed.  Especially the loader seems to have made<br>
progress, as far as I can tell from casual reading of the commitlog.<br>
<br>
I'm also curious to see what's happening on the battery charger, sim<br>
card reader (and other) parts of the system.<br>
<br>
I'd say we'll meet from 7pm on at the CCC Berlin.  Anyone interested in<br>
joining, feel free to join!<br>
<br>
Cheers,<br>
        Harald<br>
--<br>
- Harald Welte <<a href="mailto:laforge@gnumonks.org">laforge@gnumonks.org</a>>           <a href="http://laforge.gnumonks.org/" target="_blank">http://laforge.gnumonks.org/</a><br>
============================================================================<br>
"Privacy in residential applications is a desirable marketing option."<br>
                                                  (ETSI EN 300 175-7 Ch. A6)<br>
<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: Nathan Fain <<a href="mailto:nat@fains.com">nat@fains.com</a>><br>To: <a href="mailto:baseband-devel@lists.osmocom.org">baseband-devel@lists.osmocom.org</a><br>
Date: Sun, 04 Apr 2010 22:17:38 -0700<br>Subject: Re: noisy cable?<br>fyi, using the /dev/cu.** variant solved my problem of osmocon being<br>
unable to write CMD1 to the port.  At least, it worked with an FTDI<br>
cable I built.  I imagine it will solve the issue with the prolific<br>
cable as well (will try later).<br>
<br>
<br>
<br>
On 29/03/2010 03:39, willem wrote:<br>
> i managed to get hello_world working on my c121, connected through a<br>
> pl2303 usb/serial cable to my macbookpro.<br>
><br>
> but found that the connection is extremely noisy.<br>
> often the movement of me putting down the phone on the table is enough<br>
> to break the upload.<br>
> is that a common problem with these headphone/serial cable plugs?<br>
><br>
><br>
> for the serial device i can use /dev/cu.PL2303-0000201A<br>
> or /dev/tty.PL2303-0000201A<br>
><br>
> but when using the '/dev/tty...'  variant, i have to add this to osmocon.c<br>
><br>
> diff --git a/src/host/osmocon/osmocon.c b/src/host/osmocon/osmocon.c<br>
> index f934dd7..b361eb1 100644<br>
> --- a/src/host/osmocon/osmocon.c<br>
> +++ b/src/host/osmocon/osmocon.c<br>
> @@ -128,6 +128,9 @@ static int serial_init(const char *serial_dev)<br>
>      /* hardware flow control off */<br>
>      options.c_cflag &= ~CRTSCTS;<br>
><br>
> +    /* ignore modem status lines */<br>
> +    options.c_cflag |= CLOCAL;<br>
> +<br>
>      /* software flow control off */<br>
>      options.c_iflag &= ~(IXON | IXOFF | IXANY);<br>
><br>
> =============================<br>
><br>
> willem<br>
><br>
><br>
><br>
><br>
<br>
<br>
<br>
<br>_______________________________________________<br>
baseband-devel mailing list<br>
<a href="mailto:baseband-devel@lists.osmocom.org">baseband-devel@lists.osmocom.org</a><br>
<a href="https://lists.osmocom.org/mailman/listinfo/baseband-devel" target="_blank">https://lists.osmocom.org/mailman/listinfo/baseband-devel</a><br>
<br></blockquote></div><br>