Hi All, I am trying to use zModem in Android to transfer files over serial cable.
Go the precompiled libraries for the board from here .. https://github.com/tigerking/zmodem-android After booting the board Since i have the adb working on this board.. i ran the Following various commands from shell *For receiving* lrz lrz -vv -b lrz -vv -b > /dev/ttyO0 < /dev/ttyO0 *For Sending* lsz -vv -b init.rc lsz -vv -b init.rc > /dev/ttyO0 < /dev/ttyO0 and through minicom selected the zmodem protocol to send/receive the files.. But i always get timeout. What am i doing wrong?? Has anyone tested zModem working on Android? -------------- Regards Vikas KM -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
