From 0114fec559ec6fb8ada76e20cfa2ff59b57dc7d0 Mon Sep 17 00:00:00 2001 From: tbeu Date: Tue, 12 Apr 2016 09:21:00 +0200 Subject: [PATCH] Update main features in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6130f733..b34c1c63 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ The previously fragmented functionality was streamlined, improved, and extended Main features: * Cross-platform (Windows and Linux). * (Soft) real-time synchronization of a simulation. - * Support for Keyboard, Joystick/Gamepad, and 3Dconnexion Spacemouse. - * Support for a universal packaging concept to pack Modelica variables in a graphical and convenient way into a bit vector and transport such a bit vector via UDP or Shared Memory (CAN support is prototypical available). + * Support for keyboard, joystick/gamepad, and 3Dconnexion Spacemouse. + * Support for a universal packaging concept to pack Modelica variables in a graphical and convenient way into a bit vector and transport such a bit vector via UDP, TCP/IP, serial I/O or shared memory (CAN support is prototypical available). * Support of the Linux control and measurement device interface for digital and analog IO (Comedi interface). All device drivers are made available via external Modelica functions. Furthermore, high level interfaces on these functions are provided via Modelica blocks. The first interface uses Modelica 3.2 functionality only (when-clauses and sample-operator).