- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Break/inte rrupt uartlite?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-05-2012 09:28 PM
Using the mainline's uartlite driver, is it possible to break (CTRL+C)? When I run ping, for example, I cannot quit using CTRL+C as PuTTY will only show "^C" and the kernel doesn't do anything. I noticed this into the driver:
static void ulite_break_ctl(struct uart_port *port, int ctl)
{
/* N/A */
}
Does that mean there's absolutely no way it's going to work? Setting or not brkint using stty doesn't change anything.
Also, see my SO post: http://stackoverflow.com/questions/10467687/why-ct
Hope someone can clarify this for everybody!
Solved! Go to Solution.
Re: Break/inte rrupt uartlite?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-06-2012 03:21 PM
Solved! See Why CTRL+C won't work when using RS-232 on Linux? on SO.











