diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-12-27 10:31:16 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-12-27 10:31:16 +0000 |
commit | dd39b808aceeb2cc726c9b90fe9ca3116bf0ebd7 (patch) | |
tree | 0fb75d2d2f072823805acd12899737518dc7d7df /demos/Win32-MinGW | |
parent | 128fb8687b7d79fbb33a0aea4f7267cf15890370 (diff) | |
download | ChibiOS-dd39b808aceeb2cc726c9b90fe9ca3116bf0ebd7.tar.gz ChibiOS-dd39b808aceeb2cc726c9b90fe9ca3116bf0ebd7.tar.bz2 ChibiOS-dd39b808aceeb2cc726c9b90fe9ca3116bf0ebd7.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@544 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/Win32-MinGW')
-rw-r--r-- | demos/Win32-MinGW/readme.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/demos/Win32-MinGW/readme.txt b/demos/Win32-MinGW/readme.txt index 283ee42b2..047425ffe 100644 --- a/demos/Win32-MinGW/readme.txt +++ b/demos/Win32-MinGW/readme.txt @@ -20,3 +20,14 @@ See demo.c for details. ** Build Procedure **
The demo was built using the MinGW toolchain.
+
+** Connect to the demo **
+
+In order to connect to the demo a telnet client is required. A good choice
+is PuTTY:
+
+http://www.putty.org/
+
+Host Name: 127.0.0.1
+Port: 29001 and/or 29002
+Connection Type: Raw
|