Digital Input/Output Hardware

Basic signed integers

When reading or writing ports that are 16-bits wide, be aware of the following issue using signed integers, as you are forced to do when using Basic:

To maximize the performance of the digital I/O function calls, refer to the 82C55 data sheet (82C55A.pdf) in the Documents subdirectory where the UL is installed (C:\Program files\Measurement Computing\DAQ by default). You can also refer to the 8536 data sheet, although this document is not installed with the Universal Library.

Digital ports and corresponding bit numbers (82C55-based hardware and emulations)

The following table lists the port numbers and corresponding bit numbers that are set by the digital I/O functions for hardware designed with the 82C55 chip or 82C55 emulation.

cbDConfigPort() port reference cbDIn(), cbDOut() port reference Values cbDBitIn(), cbDBitOut() port reference Bit Number
FIRSTPORTAFIRSTPORTA0-255FIRSTPORTA0 to 7
FIRSTPORTBFIRSTPORTB0-255FIRSTPORTA8 to 15
FIRSTPORTCLFIRSTPORTCL0-15FIRSTPORTA16 to 19
FIRSTPORTCHFIRSTPORTCH0-15FIRSTPORTA20 to 23
    
SECONDPORTASECONDPORTA0-255FIRSTPORTA24 to 31
SECONDPORTBSECONDPORTB0-255FIRSTPORTA32 to 39
SECONDPORTCLSECONDPORTCL0-15FIRSTPORTA40 to 43
SECONDPORTCHSECONDPORTCH0-15FIRSTPORTA44 to 47
    
THIRDPORTATHIRDPORTA0-255FIRSTPORTA48 to 55
THIRDPORTBTHIRDPORTB0-255FIRSTPORTA56 to 63
THIRDPORTCLTHIRDPORTCL0-15FIRSTPORTA64 to 67
THIRDPORTCHTHIRDPORTCH0-15FIRSTPORTA68 to 71
    
FOURTHPORTAFOURTHPORTA0-255FIRSTPORTA72 to 79
FOURTHPORTBFOURTHPORTB0-255FIRSTPORTA80 to 87
FOURTHPORTCLFOURTHPORTCL0-15FIRSTPORTA88 to 91
FOURTHPORTCHFOURTHPORTCH0-15FIRSTPORTA92 to 95
    
FIFTHPORTAFIFTHPORTA0-255FIRSTPORTA96 to 103
FIFTHPORTBFIFTHPORTB0-255FIRSTPORTA104 to 111
FIFTHPORTCLFIFTHPORTCL0-15FIRSTPORTA112 to 115
FIFTHPORTCHFIFTHPORTCH0-15FIRSTPORTA116 to 119
    
SIXTHPORTASIXTHPORTA0-255FIRSTPORTA120 to 127
SIXTHPORTBSIXTHPORTB0-255FIRSTPORTA128 to 135
SIXTHPORTCLSIXTHPORTCL0-15FIRSTPORTA136 to 139
SIXTHPORTCHSIXTHPORTCH0-15FIRSTPORTA140 to 143
    
SEVENTHPORTASEVENTHPORTA0-255FIRSTPORTA144 to 151
SEVENTHPORTBSEVENTHPORTB0-255FIRSTPORTA152 to 159
SEVENTHPORTCLSEVENTHPORTCL0-15FIRSTPORTA160 to 163
SEVENTHPORTCHSEVENTHPORTCH0-15FIRSTPORTA164 to 167
    
EIGHTHPORTAEIGHTHPORTA0-255FIRSTPORTA168 to 175
EIGHTHPORTBEIGHTHPORTB0-255FIRSTPORTA176 to 183
EIGHTHPORTCLEIGHTHPORTCL0-15FIRSTPORTA184 to 187
EIGHTHPORTCHEIGHTHPORTCH0-15FIRSTPORTA188 to 191

Notes