Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ The specification documents are built with Sphinx. The following shows how to
install the requirements on Ubuntu

sudo pip install pyexcel pyexcel-ods

sudo pip install sphinx

sudo apt install texlive-latex-base texlive-fonts-recommended

sudo apt install texlive-fonts-extra texlive-latex-extra

sudo apt install latexmk

1 change: 1 addition & 0 deletions src/tables/bitrate.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Byte,Request,Response
0,1,1
1,Destination Node,Destination Node
2,New Bit Rate,None if successful or 0xFF if failed
1 change: 1 addition & 0 deletions src/tables/channel.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Byte,Request,Response
0,8,8
1,Destination Node,Destination Node
2,Channel Number,"0x00 on Success, Error Code on Failure"
3,Connection Type LSB,
Expand Down
1 change: 1 addition & 0 deletions src/tables/configquery.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Byte,Request,Response,Response if not available
0,10,10,10
1,Destination Node,Destination Node,Destination Node
2,Key LSB,0x00,0x01
3,Key MSB,Data LSB,
Expand Down
1 change: 1 addition & 0 deletions src/tables/configuration.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Byte,Request,Response
0,9,9
1,Destination Node,Destination Node
2,Key LSB,"0x00 on Success, Error Code on Failure"
3,Key MSB,
Expand Down
1 change: 1 addition & 0 deletions src/tables/disableenable.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Byte,Request,Response
0,3 Disable; 4 Enable,3 Disable; 4 Enable
1,Destination Node,Destination Node
2,Identifier LSB,"0x00 if successful, 0x01 unknown parameter"
3,Identifier MSB,
1 change: 1 addition & 0 deletions src/tables/firmware.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Byte,Request,Response
0,7,7
1,Destination Node,Destination Node
2,Verification Code LSB,"0x00 if successful, 0x01 otherwise"
3,Verification Code MSB,
Expand Down
8 changes: 4 additions & 4 deletions src/tables/nodecontrolcode.csv
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Control Code,Description,Mandatory,Respond to Broadcast
4,Enable Parameter,Yes,No
5,Node Report,Yes,Yes
6,Node Status Information,No,N/A
7,Update Firmware,No,No
8,Two-Way Connection Request,No,No
9,Node Configuration Set,No,No
10,Node Configuration Query,No,No
7,Update Firmware,No,Yes
8,Two-Way Connection Request,No,Yes
9,Node Configuration Set,No,Yes
10,Node Configuration Query,No,Yes
11,Node Description,No,No
12-19,Parameter Set,No,N/A
20-127,Reserved for Future Use,,
Expand Down
1 change: 1 addition & 0 deletions src/tables/nodedescription.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Byte,Payload
0,11
1,Destination Node
2,Packet Number LSB
3,Packet Number MSB
Expand Down
1 change: 1 addition & 0 deletions src/tables/nodeidresponse.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Byte,Request,Response
0,0,0
1,Destination Node,Destination Node
2,,CAN-FIX Specification. For this specification = 0x01
3,,Device Type
Expand Down
1 change: 1 addition & 0 deletions src/tables/nodeidset.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Byte,Request,Response
0,2,2
1,Destination Node,Destination Node
2,New Node ID,"0x00 if successful, None if failed"
1 change: 1 addition & 0 deletions src/tables/nodestatus.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Byte,Payload
0,6
1,Parameter Type LSB
2,Parameter Type MSB
3,Data LSB
Expand Down
1 change: 1 addition & 0 deletions src/tables/parameterset.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Byte,Payload
0,12-19
1,Parameter ID LSB
2,Parameter ID MSB
3,Data LSB
Expand Down