Changes between Version 9 and Version 10 of Docs/Prog/Manual/DeviceSupport/DIO
- Timestamp:
- 11/30/09 14:50:24 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/DeviceSupport/DIO
v9 v10 3 3 = DIO = 4 4 5 The 825 main board is equipped with four digital input and four digital output ports. DIO option cards may be used for additional I/O options. Option cards contain eight ports which may be used as a combination of inputs and outputs. 6 5 7 == Digital I/O == 8 9 The console command prompt may be used for simple DIO testing. 6 10 {{{ 7 11 echo âL000000020000000Fâ > /dev/mnbd … … 61 65 The lib825 library provides functions to facilitate applications performing digital I/O tasks. 62 66 67 To perform these tests with DIO option cards replace /dev/mnbd with /dev/wt1 (for the first DIO option card), /dev/wt2 (for the second installed DIO option card), etc... 68 69 The following example shows program code to read and set DIO ports. 63 70 {{{ 64 71 #!Lineno