Sending INtr key for remote terminal

Hi folks,
Just wondering if anyone knows how to send intr/break key to remote tty (shell), a simple example would be great!
thx

you mean sending a ctrl+c?
i guess you need to have write permission to corresponding /dev/tty* file; you can try writing 0x3 to that file.

Thanks,
ill try that