441 B
441 B
| 1 | #The file can2http.csv has three columns. |
|---|---|
| 2 | #In the first column you need to specify the CAN Frame type. |
| 3 | #The CAN frame type is either S(Standard frame) or E(Extended frame). |
| 4 | #In the second column you have to specify the CAN-ID as a __hexdecimal number__. |
| 5 | #In the last column you have to specify the PATH of external web server. |
| 6 | #Each CAN-ID is allowed to appear only once in the whole file. |
| 7 | S,101,/post |
| 8 | E,101,/post |
| 9 | S,103,/post |
| 10 | E,103,/post |