parent
fc74d404e5
commit
639dda2eb0
|
@ -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`
|
||||||
|
|
Loading…
Reference in New Issue