aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios/demos/various/RT-Win32-Simulator/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios/demos/various/RT-Win32-Simulator/readme.txt')
-rw-r--r--lib/chibios/demos/various/RT-Win32-Simulator/readme.txt33
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
7The demo runs under any Windows version as an application program. The serial
8I/O is simulated over TCP/IP sockets.
9
10** The Demo **
11
12The demo listens on the two serial ports, when a connection is detected a
13thread is started that serves a small command shell.
14The demo shows how to create/terminate threads at runtime, how to listen to
15events, how to work with serial ports, how to use the messages.
16You can develop your ChibiOS/RT application using this demo as a simulator
17then you can recompile it for a different architecture.
18See demo.c for details.
19
20** Build Procedure **
21
22The demo was built using the MinGW toolchain.
23
24** Connect to the demo **
25
26In order to connect to the demo a telnet client is required. A good choice
27is PuTTY:
28
29http://www.putty.org/
30
31Host Name: 127.0.0.1
32Port: 29001 and/or 29002
33Connection Type: Raw