Update Java version dependency (#242)

- fix some markdownlint warnings
This commit is contained in:
mi-hol 2022-11-07 19:08:45 +01:00 committed by GitHub
parent fc74d404e5
commit 639dda2eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 7 deletions

View File

@ -1,4 +1,5 @@
rusEFI Console is a handy development and debugging tool. The dev console is written in java and it talks to the ECU firmware. The console allows firmware monitoring and configuration. Here are some pictures of what it looks like when it operating correctly. # rusEFI Dev Console - Overview
rusEFI Dev Console is a handy development and debugging tool. The dev console is written in java and it talks to the ECU firmware. The console allows firmware monitoring and configuration. Here are some pictures of what it looks like when it operating correctly.
To get the console working follow the below procedure, which assumes you have loaded the rusEFI firmware. To get the console working follow the below procedure, which assumes you have loaded the rusEFI firmware.
@ -17,7 +18,8 @@ To get the console working follow the below procedure, which assumes you have lo
[10572.797285] cdc_acm 5-1:1.0: ttyACM0: USB ACM device [10572.797285] cdc_acm 5-1:1.0: ttyACM0: USB ACM device
``` ```
* In this case, the newly plugged in USB is register to ttyACM0, which you can find on /dev/ttyACM0 * In this case, the newly plugged in USB is register to ttyACM0, which you can find on /dev/ttyACM0
* If you don't already have the Dev Console, get it [http://rusefi.com/build_server/rusefi_bundle.zip](http://rusefi.com/build_server/rusefi_bundle.zip) (part of the same bundle) Take note rusEFI dev console required java 1.7+ * If you don't already have the Dev Console, get it [http://rusefi.com/build_server/rusefi_bundle.zip](http://rusefi.com/build_server/rusefi_bundle.zip) (part of the same bundle)
* Note: rusEFI Dev Console requires java 1.8 or later!
* When you launch the Dev Console, it will ask you to select which serial address it should use. However you can specify that when you launch it by specifying a command line parameter as noted below. * When you launch the Dev Console, it will ask you to select which serial address it should use. However you can specify that when you launch it by specifying a command line parameter as noted below.
* Windows * Windows
`java -jar rusefi_console.jar COM15` `java -jar rusefi_console.jar COM15`