rusefi_documentation/Deucalion-uart.md

19 lines
545 B
Markdown
Raw Permalink Normal View History

# Deucalion UART
![UART wiring](Hardware/Deucalion/Deucalion_0_1_uart.jpg)
2019-07-27 09:46:00 -07:00
From right to left:
D is for Distraction update (#61) * Fix for Home page and future features page added * Update Acceleration_Compensation.md * Update Fuel_Overview.md * More fuel info * More X-tau * Ongoing Tasks list Free for all list for people to update as they change track * Update Ongoing_Tasks * Hidden names on pages and multi-spark page * Update X-tau_Wall_Wetting.md * Update * Update AlphaN.md * Update Speed_Density.md * Fuel control overview improvement, added wide band page * Update Wide_Band_Sensors.md * Update Fuel_Overview.md * Update MAF.md * Update MAF.md * Update rusEFI_console_directory.png * Delete rusEFI_console_directory.png * Delete wall_wetting.md * Fuel Index + Formats Also old wall wetting page kill * Update Pages_Fuel.md * Update Pages_Fuel.md * Create Pages_Hardware.md * Update Pages_Hardware.md * Sensor and Actuators index * Start of Ignition Index * Create Fuel_Injectors.md * Moved file * Added PNP72 jumper info * More updates + Software pages * Update MREAdapter72.md * Create Roadmap_Fuel.md * Created Kit Instruction link * Dev_Hardware_Guidelines * Images and links update * Update Dev_Hardware_Guidelines.md * Update Dev_Hardware_Guidelines.md * Update .gitignore * Ignition FAQ and start of what we cannot do * found by **Serching the forum** update * Searching at top of side bar * Minor grammar/wording edits. * MRE * Minor grammar/wording edits. * Minor spacing/readability edit. * Minor grammar/wording edits. * Minor spacing/readability edit. * Minor grammar/wording edits. * Minor grammar/wording edits. * 48 * Minor grammar/wording edits. * Minor grammar/wording edits. * Updated Deucalion_uart (markdown) * Minor spacing/readability edit. * Photo fixes * Minor grammar/wording edits. * Updated Dev_Hardware_Guidelines (markdown) * Minor grammar/wording edits. * Minor grammar/wording edits. * Updated Documentation_Workflow (markdown) * Updated Documentation_Workflow (markdown) * Minor spacing/readability edit. * Create Vault_Of_Ignition_Parts.md * Update Pages_Ignition.md * Minor spacing/readability edit. * Updated FAQ Basic Wiring and Connections (markdown) * Minor grammar/wording edits. * Minor grammar/wording edits. * Minor spacing/readability edit. * Minor spacing/readability edit. * Updated Frankenso (markdown) * Update FAQ_Ignition.md * Minor grammar/wording edits. * Minor grammar/wording edits. * Minor grammar/wording edits. * D is for DISTRACTION * Updated Feature Requests: Feature Bounty Program (markdown) * Updated Feature Requests Feature Bounty Program (markdown) Co-authored-by: Glitch Knitter <64521139+GlitchKnitter@users.noreply.github.com> Co-authored-by: rusefi <rusefillc@gmail.com>
2020-05-30 13:15:49 -07:00
* Black GND
* Yellow above GND: +5v supply
* Blue next to yellow: TXD
* Green next to blue: RXD
2019-07-27 09:46:00 -07:00
D is for Distraction update (#61) * Fix for Home page and future features page added * Update Acceleration_Compensation.md * Update Fuel_Overview.md * More fuel info * More X-tau * Ongoing Tasks list Free for all list for people to update as they change track * Update Ongoing_Tasks * Hidden names on pages and multi-spark page * Update X-tau_Wall_Wetting.md * Update * Update AlphaN.md * Update Speed_Density.md * Fuel control overview improvement, added wide band page * Update Wide_Band_Sensors.md * Update Fuel_Overview.md * Update MAF.md * Update MAF.md * Update rusEFI_console_directory.png * Delete rusEFI_console_directory.png * Delete wall_wetting.md * Fuel Index + Formats Also old wall wetting page kill * Update Pages_Fuel.md * Update Pages_Fuel.md * Create Pages_Hardware.md * Update Pages_Hardware.md * Sensor and Actuators index * Start of Ignition Index * Create Fuel_Injectors.md * Moved file * Added PNP72 jumper info * More updates + Software pages * Update MREAdapter72.md * Create Roadmap_Fuel.md * Created Kit Instruction link * Dev_Hardware_Guidelines * Images and links update * Update Dev_Hardware_Guidelines.md * Update Dev_Hardware_Guidelines.md * Update .gitignore * Ignition FAQ and start of what we cannot do * found by **Serching the forum** update * Searching at top of side bar * Minor grammar/wording edits. * MRE * Minor grammar/wording edits. * Minor spacing/readability edit. * Minor grammar/wording edits. * Minor spacing/readability edit. * Minor grammar/wording edits. * Minor grammar/wording edits. * 48 * Minor grammar/wording edits. * Minor grammar/wording edits. * Updated Deucalion_uart (markdown) * Minor spacing/readability edit. * Photo fixes * Minor grammar/wording edits. * Updated Dev_Hardware_Guidelines (markdown) * Minor grammar/wording edits. * Minor grammar/wording edits. * Updated Documentation_Workflow (markdown) * Updated Documentation_Workflow (markdown) * Minor spacing/readability edit. * Create Vault_Of_Ignition_Parts.md * Update Pages_Ignition.md * Minor spacing/readability edit. * Updated FAQ Basic Wiring and Connections (markdown) * Minor grammar/wording edits. * Minor grammar/wording edits. * Minor spacing/readability edit. * Minor spacing/readability edit. * Updated Frankenso (markdown) * Update FAQ_Ignition.md * Minor grammar/wording edits. * Minor grammar/wording edits. * Minor grammar/wording edits. * D is for DISTRACTION * Updated Feature Requests: Feature Bounty Program (markdown) * Updated Feature Requests Feature Bounty Program (markdown) Co-authored-by: Glitch Knitter <64521139+GlitchKnitter@users.noreply.github.com> Co-authored-by: rusefi <rusefillc@gmail.com>
2020-05-30 13:15:49 -07:00
The above mentioned four wires are all you need to update the firmware in Kinetis and connect to Deucalion via UART.
2019-07-27 09:46:00 -07:00
Another green is another RXD for second UART, another blue is another TXD.
This is related EFI_PRINT_MESSAGES_TO_TERMINAL
2023-01-02 11:22:23 -08:00
Orange jumper on the left is enabling LED. The single LED on Deucalion is shared between stm32 and Kinetis.