diff options
Diffstat (limited to 'lib/chibios/demos/various/RT-Win32-Simulator/readme.txt')
-rw-r--r-- | lib/chibios/demos/various/RT-Win32-Simulator/readme.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/lib/chibios/demos/various/RT-Win32-Simulator/readme.txt b/lib/chibios/demos/various/RT-Win32-Simulator/readme.txt new file mode 100644 index 000000000..7d25e0e77 --- /dev/null +++ b/lib/chibios/demos/various/RT-Win32-Simulator/readme.txt | |||
@@ -0,0 +1,33 @@ | |||
1 | ***************************************************************************** | ||
2 | ** ChibiOS/RT port for x86 into a Win32 process ** | ||
3 | ***************************************************************************** | ||
4 | |||
5 | ** TARGET ** | ||
6 | |||
7 | The demo runs under any Windows version as an application program. The serial | ||
8 | I/O is simulated over TCP/IP sockets. | ||
9 | |||
10 | ** The Demo ** | ||
11 | |||
12 | The demo listens on the two serial ports, when a connection is detected a | ||
13 | thread is started that serves a small command shell. | ||
14 | The demo shows how to create/terminate threads at runtime, how to listen to | ||
15 | events, how to work with serial ports, how to use the messages. | ||
16 | You can develop your ChibiOS/RT application using this demo as a simulator | ||
17 | then you can recompile it for a different architecture. | ||
18 | See demo.c for details. | ||
19 | |||
20 | ** Build Procedure ** | ||
21 | |||
22 | The demo was built using the MinGW toolchain. | ||
23 | |||
24 | ** Connect to the demo ** | ||
25 | |||
26 | In order to connect to the demo a telnet client is required. A good choice | ||
27 | is PuTTY: | ||
28 | |||
29 | http://www.putty.org/ | ||
30 | |||
31 | Host Name: 127.0.0.1 | ||
32 | Port: 29001 and/or 29002 | ||
33 | Connection Type: Raw | ||