Tagged Questions
5
votes
2answers
214 views
How does cat know the baud rate of the serial port?
I regularly use cat to view debugging information in the console from my FPGA development board over the serial connection, but I never have had to tell linux what the baud rate is. How does cat know ...
8
votes
2answers
976 views
set baud speed for tty
How do I set the baud speed for a specific tty (in this case a serial port)? I tried using
stty -F /dev/tty.iap ispeed 19200
But get the error Invalid argument for every speed I try (2400, 4800, ...