diff --git a/README.md b/README.md index 65cbb1b..e95e6d2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # StreamDevice -_StreamDevice_ is a generic [EPICS](https://www.aps.anl.gov/epics) +_StreamDevice_ is a generic [EPICS](https://epics.anl.gov/) device support for devices with a "byte stream" based communication interface. That means devices that can be controlled by sending and receiving diff --git a/docs/index.html b/docs/index.html index 90b3e24..8dcb5d2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -15,7 +15,7 @@

What is StreamDevice?

StreamDevice is a generic -EPICS +EPICS device support for devices with a "byte stream" based communication interface. That means devices that can be controlled by sending and diff --git a/docs/processing.html b/docs/processing.html index 5c27473..de6d163 100644 --- a/docs/processing.html +++ b/docs/processing.html @@ -16,7 +16,7 @@

1. Normal Processing

StreamDevice is an asynchronous device support -(see IOC Application Developer's Guide chapter 12: Device Support). Whenever the record is processed, the protocol diff --git a/docs/scalcout.html b/docs/scalcout.html index 53ce629..64edd0f 100644 --- a/docs/scalcout.html +++ b/docs/scalcout.html @@ -15,7 +15,7 @@

Note: The scalcout record is part of the calc module of the synApps package. Device support for scalcout records is only available for calc module release 2-4 or higher.