From 53a09785298901b445f8d3094948f7fb610f5c4d Mon Sep 17 00:00:00 2001 From: Michael Moon Date: Sat, 11 Sep 2010 23:14:13 +1000 Subject: [PATCH] stty ixoff enables host-side support of XON/XOFF flow control, rather than ixon --- Makefile | 2 +- func.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d684035..5e5f348 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ program: $(PROGRAM).hex @sleep 0.1 @stty $(PROGBAUD) raw ignbrk hup < $(PROGPORT) $(AVRDUDE) -cstk500v1 -b$(PROGBAUD) -p$(MCU_TARGET) -P$(PROGPORT) -C$(AVRDUDECONF) -U flash:w:$^ - stty 115200 raw ignbrk -hup -echo ixon < $(PROGPORT) + stty 115200 raw ignbrk -hup -echo ixoff < $(PROGPORT) clean: rm -rf *.o *.elf *.lst *.map *.sym *.lss *.eep *.srec *.bin *.hex *.al *.i *.s *~ diff --git a/func.sh b/func.sh index ba6cb30..92788f1 100755 --- a/func.sh +++ b/func.sh @@ -89,7 +89,7 @@ mendel_setup() { - stty 115200 raw ignbrk -hup -echo ixon ixoff < /dev/arduino + stty 115200 raw ignbrk -hup -echo ixoff < /dev/arduino } mendel_reset() {