readme.txt 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. *****************************************************************************
  2. ** ChibiOS/RT port for x86 into a Win32 process **
  3. *****************************************************************************
  4. ** TARGET **
  5. The demo runs under any Windows version as an application program. The serial
  6. I/O is simulated over TCP/IP sockets.
  7. ** The Demo **
  8. The demo listens on the two serial ports, when a connection is detected a
  9. thread is started that serves a small command shell.
  10. The demo shows how to create/terminate threads at runtime, how to listen to
  11. events, how to work with serial ports, how to use the messages.
  12. You can develop your ChibiOS/RT application using this demo as a simulator
  13. then you can recompile it for a different architecture.
  14. See demo.c for details.
  15. ** Build Procedure **
  16. The demo was built using the MinGW toolchain.
  17. ** Connect to the demo **
  18. In order to connect to the demo a telnet client is required. A good choice
  19. is PuTTY:
  20. http://www.putty.org/
  21. Host Name: 127.0.0.1
  22. Port: 29001 and/or 29002
  23. Connection Type: Raw