File: ticable_set_delay.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 (27 lines) | stat: -rw-r--r-- 783 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
27
[Main]
Name=ticable_set_delay
Type=Function
Header=cabl_int.h
Definition=void ticable_set_delay(int delay)

[Parameters]
delay : the inter-bit delay in micro-seconds.

[Summary]
Set the inter-bit delay for home-made and BlackLink cables.

[Description]
The inter-bit delay is a very small tempo (few micro-seconds) inserted between
each rises of the signal so that electrical signal can stabilize it.

The higher the value is, better the reliability is.
The lower the value is, faster the cable is.
A value of 7s is a good compromise.

Note: 
<br>- the change will come into effect on the next call to @ticable_set_cable@.
<br>- if you need to change more than one link cable parameter at a time, you
should consider the @ticable_set_param function@.

[See also]
@ticable_get_delay@