Dirk Zimoch 20dde4c1d8
Some checks failed
StreamDevice / Native Linux with 3.14 (push) Has been cancelled
StreamDevice / Native Linux with 3.15 (push) Has been cancelled
StreamDevice / Native Linux with clang (push) Has been cancelled
StreamDevice / OSX (push) Has been cancelled
StreamDevice / Native Linux (WError) (push) Has been cancelled
StreamDevice / Cross mingw64 DLL (push) Has been cancelled
StreamDevice / RTEMS 4.10 (push) Has been cancelled
StreamDevice / Cross mingw64 static (push) Has been cancelled
StreamDevice / vs2019 DLL (push) Has been cancelled
StreamDevice / vs2019 static (push) Has been cancelled
typo
2025-05-27 17:09:16 +02:00
2024-03-20 10:17:54 +01:00
2022-10-05 14:25:08 +02:00
2022-10-05 14:25:08 +02:00
2020-03-23 18:01:31 +01:00
2025-05-27 17:09:16 +02:00
2022-10-05 14:25:08 +02:00
2021-07-05 19:57:03 +02:00
2024-03-18 17:43:45 +01:00
2020-03-23 18:01:31 +01:00
2020-03-23 18:01:31 +01:00
2020-03-23 18:01:31 +01:00

StreamDevice

StreamDevice is a generic EPICS device support for devices with a "byte stream" based communication interface. That means devices that can be controlled by sending and receiving strings (in the broadest sense, including non-printable characters and even null-bytes). Examples for this type of communication interface are serial line (RS-232, RS-485, ...), IEEE-488 (also known as GPIB or HP-IB), and telnet-like TCP/IP.

StreamDevice is not limited to a specific device type or manufacturer nor is it necessary to re-compile anything to support a new device type. Instead, it can be configured for any device type with protocol files in plain ASCII text which describes the commands a device understands and the replies it sends.

For a full documentation see https://paulscherrerinstitute.github.io/StreamDevice.

Licensing

StreamDevice is free software: You can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

StreamDevice is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with StreamDevice. If not, see https://www.gnu.org/licenses/.

Description
A generic EPICS driver for many devices that communicate with text messages or other byte streams.
Readme GPL-3.0 1,004 KiB
Languages
C++ 60.2%
Tcl 18.8%
C 15.8%
Perl 2.2%
Makefile 1.6%
Other 1.4%