-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[doc] Provide access to the UART via virtual com port #1334
Comments
No, this is currently not possible. |
I see. What would be involved in implementing this? I may be able to help, but can find no docs on the ST-Link virtual com port implementation. |
@srobertjames I found this link that may help. As far as I can see, there is no need for any specific implementation. |
My personal two cents: ...so they tell you to uninstall modemmanager, which is almost always a good idea. But depending on your distro you won't have that problem anyway. |
@neithernut Have you been able to test the latter? Does this likely provide a solution from your point of view? |
I've confirmed that, if I plug in my (dated) STM32F411 nucleo board, the device does show up (according to |
Update: got to play around with my board, and everything works just fine. The device pops up as But now I struggle a bit with where to put this information. Serial communication doesn't concern any of the tools provided in this repo. Maybe we could add some hints to |
@neithernut Thanks for the update. I'll think about how to deal with the documentation-related part soon. |
@neithernut We can add a new section to our You may also have a look at cutecom which might be a bit more attractive for some users. |
I've added a description to our project tutorial in order to resolve this issue which is now closed. |
In order to allow developers to isolate and target your respective issue, please take some time to select the check boxes below and fill out each of the following items appropriate to your specific request.
st-info
,st-flash
,st-trace
,st-util
)Is it possible to use st-link to access the virtual COM (serial) port provided by STLink? If so, how do I do that? I do not see any
/dev/ttyS
being created by st-util, andtio
is not able to find it either.The text was updated successfully, but these errors were encountered: