rs

FTDI serial communication program
git clone git://git.2f30.org/rs
Log | Files | Refs | README | LICENSE

commit 71c9e33af076bf02b3efb3ba4a76ed79b2b15829
parent a3f09ed57dbfef662a8683442821c8b3e18be1dd
Author: sin <sin@2f30.org>
Date:   Fri, 15 Nov 2013 12:25:38 +0000

Print the break key so the user knows how to exit

Diffstat:
Mrs.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/rs.c b/rs.c @@ -178,6 +178,8 @@ main(int argc, char *argv[]) } ftdi_set_baudrate(&ftdictx, baudrate); + printf("Break key is set to ^\\\n"); + ttyinit(); signal(SIGQUIT, interrupt); loop();