12 lines
453 B
CSV
12 lines
453 B
CSV
#The file mqtt2can.csv has three columns.
|
|
#In the first column you need to specify the CAN Frame type.
|
|
#The CAN frame type is either S(Standard frame) or E(Extended frame).
|
|
#In the second column you have to specify the CAN-ID as a __hexdecimal number__.
|
|
#In the last column you have to specify the PATH of built-in web server.
|
|
#Each CAN-ID is allowed to appear only once in the whole file.
|
|
|
|
S,201,/receive
|
|
E,201,/receive
|
|
S,203,/receive
|
|
E,203,/receive
|