Add readme info for firmware version command

This commit is contained in:
Ethan Zonca 2019-04-07 22:32:30 -04:00
parent da4c91cbff
commit adbbb7bf1d
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ This repository contains sources for the slcan CANable firmware, based off of th
- `tIIILDD...` - Transmit data frame (Standard ID) [ID, length, data]
- `RIIIIIIIIL` - Transmit remote frame (Extended ID) [ID, length]
- `rIIIL` - Transmit remote frame (Standard ID) [ID, length]
- `V` - Returns firmware version and remote path as a string
Note: Channel configuration commands must be sent before opening the channel. The channel must be opened before transmitting frames.