IPAC Driver Version 2.7
Released: 2004-02-25
By: Andrew Johnson
Prerequisites
- EPICS Base 3.14.3 (or later)
Downloads
Documentation
The source tree includes a copy of all the documents along with the full release notes history for each module; on building these files get installed into a new top-level html directory. The links below currently point to the HTML files in the github repository at the time of the release, but they will not be rendered properly by your browser.
- drvIpac - Industry Pack Driver
- drvTip810 - CAN Bus Driver
- devCan - CAN Bus Device Support
- tyGSOctal - OctalUart IP Module Support
Release Notes
Changes since V2.6 release.
IPAC Driver
Changed:
- Modified the drvIpac/Makefile to build all carrier drivers on all architectures so one set of registrar() entries can be used on all vxWorks architectures, although some carrier drivers will only work on certain CPUs.
Octal Serial Driver
Added:
- Support for the ioctls
SIO_HW_OPTS_GETandSIO_BAUD_GET(defined in the vxWorks header file sioLib.h) to provide readback of the current settings.
Changed:
- Hardware handshaking now works, thanks to much effort put in by Ron Sluiter who discovered that it didn't and who spent time testing my fixes and helping me to understand the chip documentation properly.