File: TicablePort.txt

package info (click to toggle)
libticables3 3.9.6-10
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,656 kB
  • ctags: 2,184
  • sloc: ansic: 15,996; sh: 9,298; makefile: 526; yacc: 288; awk: 145; sed: 16
file content (26 lines) | stat: -rw-r--r-- 816 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[Main]
Name=TicablePort
Type=Enum
Header=cabl_def.h
Definition=enum TicablePort

[Fields]
USER_PORT : I/O port and device are overriden by user.
PARALLEL_PORT_1 : first parallel port (LPT1).
PARALLEL_PORT_2 : second parallel port.
PARALLEL_PORT_3 : third parallel port.
SERIAL_PORT_1 : first serial port (COM1).
SERIAL_PORT_2 : second serial port.
SERIAL_PORT_3 : third serial port.
SERIAL_PORT_4 : fourth serial port.
VIRTUAL_PORT_1 : first virtual port (emu to lib).
VIRTUAL_PORT_2 : second virtual port (lib to emu).
USB_PORT_1 : first USB device.
USB_PORT_2 : second USB device.
USB_PORT_3 : third USB device.
USB_PORT_4 : fourth USB device.
OSX_SERIAL_PORT : TI's GrayLink on a Mac OS-X serial port.
OSX_USB_PORT : TI's SilverLink on a Mac OS-X usb port.

[Summary]
Used to specify a abstract link port to use.