<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hello everybody.<br>Managed to compile the osmocom program under windows.<br>Could anyone send me the image for the "Hello word" program so I could try to download it into the phone (haven't got to the part where I compile the firmware bit I would want to see osmocom work).<br>Cheers,<br>Mihai.<br><br><br>--- On <b>Fri, 10/22/10, Nordin <i><bouchtaoui@gmail.com></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Nordin <bouchtaoui@gmail.com><br>Subject: Re: osmocom on windows<br>To: baseband-devel@lists.osmocom.org<br>Date: Friday, October 22, 2010, 10:39 AM<br><br><div class="plainMail">  Another thread is possible, but you could also do a non-blocking read <br>of the serial port, when Select call timed out. If nothing, you'll <br>return back to the WSASelect() and the
 whole process repeats. This means <br>you do serial port handling on the time-out of the WSASelect() call.<br><br>This way you omit synchronization between threads, but if you're <br>familiar with multithreading, go ahead :)<br><br><br><br>On 21-10-2010 19:48, eisencah eisenach wrote:<br>> :D Yup the timers too. That's why I would like to keep that piece of code as it is and move only the serial port handling elsewhere (a different thread I)<br>><br>> --- On Thu, 10/21/10, Holger Hans Peter Freyther<<a ymailto="mailto:holger@freyther.de" href="/mc/compose?to=holger@freyther.de">holger@freyther.de</a>>  wrote:<br>><br>> From: Holger Hans Peter Freyther<<a ymailto="mailto:holger@freyther.de" href="/mc/compose?to=holger@freyther.de">holger@freyther.de</a>><br>> Subject: Re: osmocom on windows<br>> To: <a ymailto="mailto:baseband-devel@lists.osmocom.org"
 href="/mc/compose?to=baseband-devel@lists.osmocom.org">baseband-devel@lists.osmocom.org</a><br>> Date: Thursday, October 21, 2010, 8:09 PM<br>><br>> On 10/21/2010 07:00 PM, eisencah eisenach wrote:<br>>> Here's another one. Regarding the select mechanism (the one in select.c).<br>>> Other then the serial port and sockets is anything else registered there?<br>>> Cause I<br>>   would like to keep sockets for communication after all (but the select<br>>> function will not work on windows for serial ports handles). So I would use a<br>>> different mechanism only for serial port scheduling.<br>>> Cheers,<br>>> Mihai.<br>> well.. we handle the timers with it too.<br>><br>><br>><br>><br>><br><br><br></div></blockquote></td></tr></table><br>