ticable_get_default_param Function

cabl_int.h

int ticable_get_default_param(@TicableLinkParam@ *lp);

Parameters

lp
the default link parameters.


Summary

Returns the default link parameters used by library.

Description

This function fills the lp structure with the best settings according to the platform type:
- link_type : TI's GrayLink
- port : COM2
- timeout : 15/10 s
- delay : 10µs
- baud_rate : 9600 bauds
- io_addr : auto-detected
- device : auto-detected
- hfc : on
- I/O method : automatic

See also

@ticable_set_param@, @ticable_get_param@


Return to the API index