USBSerial utility
From Wiz Wiki
[edit] Getting a tarball
Get the USBSerial tarball from mercenary.net.
Unpack it to the gp2x wiz.
[edit] Using
Start the USBSerialUp.gpe from the "Launcher" from the gp2x wiz menu. It will run the serial listening daemon and modules and back to the gp2x wiz menu.
Connect gp2x wiz to a PC using the Wiz USB cable. Install a usbserial module:
~# modprobe usbserial vendor=0x0525 product=0xA4A6dmesg should show something like this:
usb 2-3: generic converter now attached to ttyUSB0
Now, connect to gp2x wiz through ttyUSB0 using any serial line communication program (minicom, kermit etc). After the connection established login as root. When all work is done restart gp2x wiz to remove serial listening daemon and modules.
[edit] See also
USBSerial has a good README.txt file.