examples/tty/serial.c
2010-10-25 Florian Pose Improved compiling on 2.6.34 (thanks to Malcolm Lewis).
2010-01-25 Florian Pose Fixed segfault if creation of TTY devices fails.
2010-01-25 Florian Pose Callback set via own structure.
2010-01-22 Florian Pose Named serial ports.
2010-01-22 Florian Pose Implemented all 2 ports of EL6002.
2010-01-22 Florian Pose Also accept ids 2-port serial slave.
2010-01-22 Florian Pose Implemented setting of baud rate, data frame and RTS/CTS.
2010-01-22 Florian Pose Check EL600x frame data configuration.
2010-01-21 Florian Pose Passing tty cflag to serial implementation.
2010-01-08 Florian Pose TTY example: Auto-create multiple handlers.
2010-01-08 Florian Pose Fixed function call.
2010-01-08 Florian Pose TTY: Sourced serial device functions out into serial.c/serial.h.