Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Visitor
philippeproulx
Posts: 8
Registered: ‎04-01-2012
0
Accepted Solution

Break/interrupt uartlite?

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-ctrlc-wont-work-when-using-rs-232-on-linux.

 

Hope someone can clarify this for everybody!

Visitor
philippeproulx
Posts: 8
Registered: ‎04-01-2012
0

Re: Break/interrupt uartlite?