Sorry about the typos, in /etc the file is minirc.dfl and in your home directory, it should be .minirc.dfl.
My /etc/minirc.dfl looks like this:
Code:
dishawjp@linux:~> cat /etc/minirc.dfl
# Machine-generated file - use "minicom -s" to change parameters.
pr port /dev/ttyS0
pu baudrate 2400
pu bits 8
pu parity N
pu stopbits 1
pu minit
pu mreset
pu mdialpre
pu mhangup
pu hasdcd No
pu rtscts Yes
dishawjp@linux:~>
and my ~/.minirc.dfl looks like this:
Code:
dishawjp@linux:~> cat .minirc.dfl
# Machine-generated file - use setup menu in minicom to change parameters.
pu baudrate 9600
pu bits 8
pu parity N
pu stopbits 1
pu rtscts No
dishawjp@linux:~> more /etc/minirc.dfl
note: The above files are taken from my OpenSUSE10 box at work and not my Fedora box at home. Minicom is pretty simple and old and *should* be the same between these two related distros, but no guarantee.
If you're certain that your baud rate is fine for the devices you're communicating with, check out your flow control. Try using "hardware flow control" if you're not using it now.
Jim Dishaw