From 78452da702aef594272e7c515eb3b5b451bf5d46 Mon Sep 17 00:00:00 2001 From: Peter Mosmans Date: Sun, 23 Nov 2014 20:38:38 +1000 Subject: Added support for PuTTY on Windows Use MONITOR_CMD=putty The optional parameter MONITOR_PARMS can be used as well --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2b7cf4c..ce7a76c 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,11 @@ On Windows (using cygwin), you might want to set: MONITOR_PORT = com3 BOARD_TAG = mega2560 +On Windows (using MSYS and PuTTY), you might want to set the following extra parameters: + + MONITOR_CMD = putty + MONITOR_PARMS = 8,1,n,N + On Arduino 1.5.x installs, you should set the architecture to either `avr` or `sam` and if using a submenu CPU, then also set that: ARCHITECTURE = avr -- cgit v1.2.3