[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]

Re: FTDI Consoles appear down

John Stoffel john@stoffel.org
Sat, 2 Apr 2016 00:16:50 GMT


Can you share your configuration for your serial ports?  Esp the FTDI
ones?  I suspect you just need to tweak the settings a bit, but it's
hard to make suggestions until we see what you're using.

You can also look in the conserver archives for some hints.  I found
one that *might* be useful:

console ttyb {
        type device;
        device /dev/term/b;
        protocol raw;
        baud 9600;
        parity odd;
        options cstopb;
}


But it gives you the idea... maybe.