Added tiny tool cansend and a library to parse ASCII CAN frames (e.g. from

the command line) that are defined in one concatenated string.
This is a requirement for the comming command line tool 'bcmsend' that allows
to send more than one CAN frame at a time.
This commit is contained in:
Oliver Hartkopp
2006-10-30 13:14:36 +00:00
parent 063c62c665
commit 99a3bba852
4 changed files with 362 additions and 1 deletions
+5 -1
View File
@@ -43,7 +43,7 @@
CFLAGS = -O2 -Wall -Wno-parentheses -I../kernel/2.6/include \
-fno-strict-aliasing
PROGRAMS = candump can-sniffer
PROGRAMS = candump can-sniffer cansend
all: $(PROGRAMS)
@@ -52,3 +52,7 @@ clean:
distclean:
rm -f $(PROGRAMS) *~
cansend.o: lib.h
cansend: cansend.o lib.o