Announcement

Collapse
No announcement yet.

[SOLVED] upstart & serial port

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED] upstart & serial port

    Greetings!

    I've just upgraded to Gutsy... I'm not really happy with it, but it'll be ok.
    My problem is, that the serial port ttyS0 is vital to my development. I've tried to google on the problem, but everyone only talks about login via serial. I just need to get my port working with gtkterm.
    Anyone familiar with event.d/ttyS0 ?

    Thanks
    Meza

    #2
    Re: upstart & serial port

    Solved it!

    I guess I just got everything wrong. After fiddeling around with lots of commands through the day, I've came to a conclusion with 2.

    sudo /bin/setserial /dev/ttyS0 baud_base 115200 auto_irq skip_test autoconfig
    sudo stty crtscts -F /dev/ttyS0

    You may need to chmod 666 the /dev/ttyS0, and change the owner group to dialout.

    Comment

    Working...
    X