-
-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI not working on AUX1 and AUX2 #3691
Comments
CLI on AUX1 and AUX2 stopped working with commit 72913eda (PR #3055) |
@raphaelcoeffic please have a look at this. I think the serial driver is missing a vital part for this to work. As already stated this stopped working with #3055. Changing line 235 of stm32_serial_driver.cpp from But still no serial RX. The reason is line 124 in cli.cpp tries to register a callback using the driver function setReceiveCb I'd appreciate your guidance. |
I probably never tested this :-) Let me have a look to see what's wrong. |
@mha1 the check in Then, yes, as you found out, The reason for this is that it is a bit tricky to do properly. We have 2 different working modes for these UARTs:
|
@pfeerick @raphaelcoeffic Doesn't look like this will ever be solved. No big deal, CLI is working via USB-VCP. I'd like to close this with a request to eliminate CLI from the options list on AUX1/AUX2. |
Probably best to wait until Raphael resurfaces from work cave before we give up on this idea as it seems like he had thoughts on how to make this happen. But could certainly just kick CLI from the AUX1/2 lists for now though as that mode simply don't work. |
closed with #4679 |
Is there an existing issue for this problem?
What part of EdgeTX is the focus of this bug?
Transmitter firmware
Current Behavior
CLI not working on AUX1 and AUX2
Note:
Expected Behavior
CLI working on AUX1 and AUX2
Steps To Reproduce
Version
Nightly (Please give date/commit below)
Transmitter
Radiomaster TX16S / TX16SMK2
Operating System (OS)
No response
OS Version
No response
Anything else?
nightly tx16s-c805940.bin
The text was updated successfully, but these errors were encountered: