NAKANISHI Kiyomaro
NAKANISHI Kiyomaro
This pull request fixes two bugs. Close #4 With this fix, CANable will just ignore [CR] without any character, instead of repeating the previous command. Close #6 With this fix,...
### Description of the bug CANable fails to detect a USB transmit buffer overflow most of the time. Message is lost without error. ### To reproduce I made a script...
### Description of the bug Sending a [CR] to CANable will repeat the previous command. ### To reproduce Send the following commands in order. ``` V[CR] [CR] ``` The CANable...