USB->Serial drivers
Hi All,
Attached http://rapidshare.com/files/457039782/U ... IAL_2_.zip is the Driver pack for the PL2303, FDTI and other USB Serial devices.
Copy to Scroll and unpack.. using root access, run insmod <module.ko> and plug in the USB serial device. A new node should be present /dev/ttyUSB0 (or more). A Serial test application is in the zip file too.
Kudos to the SlateDroid guys for the compiled drivers.
To make GPS integration work, you need to setprop ro.kernel.android.gps ttyUSB0 (It is commented out in /init.tcc92xx.rc and I have no idea howt to make it read-write so I can make the changes permanent)
I tried with GPSStatus application and my USB->serial device flashed its lights
.. (I dont have a USB/Serial GPS device to try)
Richard
Attached http://rapidshare.com/files/457039782/U ... IAL_2_.zip is the Driver pack for the PL2303, FDTI and other USB Serial devices.
Copy to Scroll and unpack.. using root access, run insmod <module.ko> and plug in the USB serial device. A new node should be present /dev/ttyUSB0 (or more). A Serial test application is in the zip file too.
Kudos to the SlateDroid guys for the compiled drivers.
To make GPS integration work, you need to setprop ro.kernel.android.gps ttyUSB0 (It is commented out in /init.tcc92xx.rc and I have no idea howt to make it read-write so I can make the changes permanent)
I tried with GPSStatus application and my USB->serial device flashed its lights
Richard