Hi all,

I'm trying to use the 07.10 multiplexer to talk to the baseband
modem.  According to the log, the serial device is not ready for
reading (file gsm0710muxd.c, function chat() ):

        (...)
        SYSCHECK(sel = select(serial_device_fd + 1, &rfds, NULL, NULL,
&timeout));
        LOGMUXD( "Selected %d", sel);
        if (FD_ISSET(serial_device_fd, &rfds))
        (...)

The return value of FD_ISSET is 0, meaning that the device is not
ready for reading.  Has anybody encountered the same problem, and do
you have any suggestions or comments on why the device would not be
ready?  Thanks in advance.

Kind regards,
Francesc


--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to