How to configure Serial Port

Frederico
Hello, anyone could help me with my mini2440? 

I'm using puTTy to connect my mini2440 to my computer, because I'm trying
to compile and run my aplications, so I don't know how to set what serial
port I'm using, when I use arduino, I go to PainelControl and set COM1 COM2
... but I don't know how to do it in ubuntu12.10 !

Thanks guys!!

davef
115200, 8N1 ttySAC0

Frederico
Thankss davef!!

but still do not working! 

I don't know what to do, please, It's driving me crazy. 

Thanks!

davef
OK, let's check a few things.

What are running on the mini2440, the standard FriendlyArm distro?

Maybe, try minicom on the Ubuntu desktop before moving to puTTy.
You will need to set up the default serial comm parameters by:
minicom -s

Frederico
I used minicom and puTTY, both didn't work!

What's " distro " ? 

Thanks davef!

Colin
At what stage are you trying to use the serial port?

I use 115200, none, 8, 1, XON/XOFF from putty on my windows pc when
flashing the node, and connecting to the debian console that I have
configured.

If you are running minicom on your ubuntu sesstion, then you need ttyS0
(=COM1) or ttyS1 (=COM2).

'distro' is the distribution of the operating system. 

i.e Debian, Ubuntu

davef
Sorry, ttySAC0 is the local console :(