![]() |
TicableLinkParam | Structure |
cabl_def.h |
struct TicableLinkParam |
Fields
int calc_type |
calculator type. |
TicableLinkType link_type |
link cable type. |
unsigned int io_addr |
I/O address of a serial or parallel port. |
Summary
Structure used to setup the link cable characteristics.
Description
This structure, usually passed to the ticable_set_param function, is used to
set up some characteristics of a link cable such as:
- I/O address to use (if needed),
- a device to use (if needed),
- the timeout value (common to all cables),
- the inter-bit delay value (home-made cables),
- the baud-rate (AVRlink only),
- the use of hardware flow control (AVRlink only),
- which port to use (hardware independant),
- which I/O access to use (IOM_AUTO usually).
This structure does not specify a link model. Use ticable_set_cable instead.