It's something like Alt-A to tell minicom what to do - it says at the bottom of the screen.
Or you can do "minicom -s" to set settings before connecting.
I think you can also specify the port on the command line. You do need to turn off hardware flow control though, and the serial driver on the gp2x doesn't support it.
Other settings don't matter too much - any baud rate seems fine, but set to 8 data bits, no parity - 8-N-1 is quite common, hence the shortcut at the bottom of the setup dialog.
Turn off modem init strings etc, or it will send a load of junk to bash when you connect!
That's about it though - generally it should work after that. Though it doesn't work for me with ACM - I can send but not receive.
Or you can do "minicom -s" to set settings before connecting.
I think you can also specify the port on the command line. You do need to turn off hardware flow control though, and the serial driver on the gp2x doesn't support it.
Other settings don't matter too much - any baud rate seems fine, but set to 8 data bits, no parity - 8-N-1 is quite common, hence the shortcut at the bottom of the setup dialog.
Turn off modem init strings etc, or it will send a load of junk to bash when you connect!
That's about it though - generally it should work after that. Though it doesn't work for me with ACM - I can send but not receive.