hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
// ** The above line should force tbl to be a preprocessor **
// Man page for rtcansend
//
// Copyright (C) 2008 Roland Stigge <stigge@antcom.de>
//
// You may distribute under the terms of the GNU General Public
// License as specified in the file COPYING that comes with the
// Xenomai distribution.
//
//
RTCANSEND(1)
============
:doctype: manpage
:revdate: 2008/04/19
:man source: Xenomai
:man version: {xenover}
:man manual: Xenomai Manual
 
NAME
-----
rtcansend - Xenomai tool for sending CAN messages
 
SYNOPSIS
---------
// The general command line
*rtcansend* <can-interface> [Options] <can-msg>
 
DESCRIPTION
------------
*rtcansend* is part of Xenomai. It is used to send messages via a CAN
interface. The system must run a suitable Xenomai enabled kernel with the
respective module (xeno_native and the CAN driver).
 
OPTIONS
--------
<can-interface> is the CAN interface file.
 
<can-msg> can consist of up to 8 bytes given as a space separated list.
 
*rtcansend* accepts the following options:
 
*-i, --identifier=ID*::
CAN Identifier (default = 1)
 
*-r, --rtr*::
send remote request
 
*-e, --extended*::
send extended frame
 
*-l, --loop=COUNT*::
send message COUNT times
 
*-c, --count*::
message count in data[0-3]
 
*-d, --delay=MS*::
delay in ms (default = 1ms)
 
*-s, --send*::
use send instead of sendto
 
*-t, --timeout=MS*::
timeout in ms
 
*-L, --loopback=0|1*::
switch local loopback off or on
 
*-v, --verbose*::
be verbose
 
*-p, --print=MODULO*::
print every MODULO message
 
*-h, --help*::
a usage description
 
SEE ALSO
--------
*link:../rtcanconfig/index.html[rtcanconfig(1)], link:../rtcanrecv/index.html[rtcanrecv(1)]*.
 
AUTHORS
--------
*rtcansend* was written by Wolfgang Grandegger, Jan
Kiszka and Philippe Gerum. This man page
was written by Roland Stigge.