2 active commands, Active commands – Solvline CS-CAN Command Manual User Manual
Page 7

7
Active commands
2.2 Active commands
Command
+++<CR>
Description - Enter Configuration mode
- Return Syntax: OK<CR>
Example
When +++<CR> is received during Active mode, OK<CR> is returned and it will
operate in Configuration mode.
Command
t(lllLDD...) <CR>
Description - t: This is a command header which transmits CAN standard data frame.
- I: Message identity of CAN frame (3 digits, range: 000~7FF)
- L: The length of CAN frame. (1 digit, range: 0~8)
- D: Actual data of CAN frame
Example
t12356162636465<CR> Transmits CAN frame with ID=123, Data Length=5,
Data1=61, Data2=62, Data3=64, Data4=64, Data5=65
Command
T(lllL)<CR>
Description - T: This is a command header which transmits CAN standard data frame.
- I: Message Identify of CAN frame (3 digits, range: 000~7FF)
- L: Length of CAN frame (1 digit, range: 0~8)
Example
T1235<CR> ID=123, data length=5, transmit remote CAN frame
Command
e(llllllllLDD...)<CR>
Description - e: This is a command header which transmits CAN extended data frame.
- I: Message Identify of CAN frame (8 digits, range: 00000000~1FFFFFFF)
- L: Length of CAN frame (1 digit, range: 0~8)
- D: Actual data of CAN frame
Example
- e1234567826162<CR> Transmits ID=12345678, Data Length=2, Data1=61,
Data2=62 CAN Frame