Skip to content

Commit 05fcb6f

Browse files
committed
Updated docs
1 parent a9d6078 commit 05fcb6f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/minictf.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ CAN
2727
Transmission
2828
""""""""""""
2929

30-
- **Very easy**: There is a flag broadcast with CAN ID 0x770 if you send any message with ID 0x456.
31-
- **Very easy**: There is a flag broadcast with CAN ID 0x771 if you send a CAN message with ID 0x457 and payload "GIVEFLAG".
32-
- **Very easy**: There is a flag broadcast with CAN ID 0x772 if you send a remote frame with a specific ID.
30+
- **Very easy**: There is a flag broadcast with CAN ID 0x770 if you send any message with standard ID 0x456.
31+
- **Very easy**: There is a flag broadcast with CAN ID 0x771 if you send a CAN message with standard ID 0x457 and payload "GIVEFLAG".
32+
- **Very easy**: There is a flag broadcast with CAN ID 0x772 if you send a remote frame with a specific standard ID.
3333
- **Intermediate**: There is a flag broadcast with CAN ID 0x773 if you send a specific CAN message, checked with the following function:
3434

3535
.. parsed-literal::
@@ -103,7 +103,7 @@ Transmission
103103
Reception
104104
"""""""""
105105

106-
Send a message with ID 0x458 and an empty payload to enable the periodic transmission of the following flags.
106+
Send a message with standard ID 0x458 and an empty payload to enable the periodic transmission of the following flags.
107107

108108
- **Easy**: There is a flag broadcast one bit at a time with CAN ID 0x6F0.
109109
- **Intermediate**: There is a flag broadcast one bit at a time with CAN ID 0x6F1.

docs/userguide/usb_tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Custom commands compatible with slcan are not very user-friendly; however, it is
1212

1313
If you are not familiar with serial terminals, keep in mind the following items:
1414

15-
- When using RAMN's slcan interface, you need to specify "CR" as the endline character.
16-
- You must ensure that the serial port of RAMN is not being used by any other program (virtual machine or programs accessing CAN).
15+
- When using RAMN's slcan interface, you need to specify "CR" as the endline character ('\\r').
16+
- You must ensure that the serial port of RAMN is not being used by any other program (virtual machine or programs accessing CAN). **This includes "slcand" used previously in this user guide**. If you cannot access the USB serial interface, try unplugging and replugging the USB cable (and do not run slcand after).
1717
- By default, you should not expect any serial interface to support the "backspace" character. If you made a mistake while typing a command, you need to restart from the beginning. RAMN's :ref:`usb_cli` supports backspaces to be more user-friendly.
1818

1919
.. warning::

0 commit comments

Comments
 (0)