Which port does the converter show up on?  Typically something like /
dev/ttyUSB0.  Then put something like this in the init.rc

service ril-daemon /system/bin/rild -l /system/lib/libreference-ril.so
-- -d {your serial port}
    socket rild stream 660 root radio
    socket rild-debug stream 660 radio system
    user root
    group radio cache inet misc

In my case, {your serial port} was /dev/ttyUSB1.

Mike

On Jun 3, 11:38 pm, gayatri devi <[email protected]> wrote:
> Hi all, I Gayatri we are using BeagleBoard REV C3 Board. We ported
> ANDROID Operating Systems on BeagleBoard. In ANDROID there is no
> access for serial port to interface ANALOGICSGPRSMODEM to the
> BeagleBoard. Instead of using serial port I used USB-Serial converter
> (pl2303) by using that i interfaced the Modem still Modem is not
> responding. PLZ help me in interfacing plz tell me your valuable
> suggestions.

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

Reply via email to