August 31st, 2012, 04:55 AM
|
#2 (permalink)
|
|
New Member
Join Date: Aug 2012
Posts: 1
Device(s):
Carrier: Not Provided
Thanks: 0
Thanked 1 Time in 1 Post
|
I could make the USB to Serial working for Micromax funbook
Steps:
1) Insert the linux driver module for the Usb2Serial device
For my case it was Prolific device; the driver for this device is PL2303.ko.
Sorry, since I am the new user for this forum, I could not attach the driver module here. but you can get the module here " forum.xda-developers.com/showthread.php?t=1667129".
->Download FunBook version 3 from this site;
->Unzip the folder;
->pl2303.ko can be find in ..\FunSeriesv3.0\system\vendor\modules.
command for inserting the module in linux
insmod \sdcard\pl2303.ko
2) Run the SerialPort_1.1.apk
This app can be taken from " code.google.com/p/android-serialport-api/downloads/detail?name=SerialPort_1.1.apk "
3) configure the device for ttyusb0 and use it
|
|
|