sourCEntral - mobile manpages

pdf

CANSEND

NAME

cansend − send data on a CAN interface

SYNOPSIS

send [Options] <interface> -i message

DESCRIPTION

cansend sends messages on a CAN (Controller Area Network) bus interface.

ARGUMENTS and OPTIONS

interface

The name of the interface. This is usually a driver name followed by a unit number, for example "can0".

-f family

Specifies the protocol family which has to be sniffed for. Default is PF_CAN, which is 30.

-t type

Specifies the socket type to be sniffed on. Default is SOCK_RAW, which is 3.

-p proto

Specifies the protocol to sniff for; default is CAN_PROTO_RAW, which is 0.

-v

Verbose mode. 0.

SEE ALSO

- ifconfig(8), canconfig(8), candump(8), cansend(8)
- http://www.pengutronix.de/software/socket-can/ (Socket-CAN Project)

AUTHORS

Marc Kleine-Budde <m DOT kleine-budde AT pengutronix DOT de> Robert Schwebel <r DOT schwebel AT pengutronix DOT de>

pdf