You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I compiled and uploaded the bluepill bootloader to the generic stm32f103c board.
The web page popped up, and I could flash my bin file into the board with no error.
Now, my application wants to see the board as a comport for communication.
What can I do to get the usb uart port to appear?
Any help is appreciated.
The text was updated successfully, but these errors were encountered:
Hi @dleung18,
dapboot just handles installing new firmware through USB DFU. Once you've used it to install your firmware, your application is in control and it's up to your code/firmware to act like a USB virtual COM port if that's what you want. If you already have the firmware side working and you want to interact with it from the browser, you may want to look into the Web Serial API.
On Fri, Jun 10, 2022 at 4:37 PM Devan Lai ***@***.***> wrote:
Hi @dleung18 <https://github.com/dleung18>,
dapboot just handles installing new firmware through USB DFU. Once you've
used it to install your firmware, your application is in control and it's
up to your code/firmware to act like a USB virtual COM port if that's what
you want. If you already have the firmware side working and you want to
interact with it from the browser, you may want to look into the Web
Serial API <https://web.dev/serial/>.
—
Reply to this email directly, view it on GitHub
<#48 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHQYYGF26JKFBCNSCJ7S5XTVOPGTFANCNFSM5YPCRHOA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
I compiled and uploaded the bluepill bootloader to the generic stm32f103c board.
The web page popped up, and I could flash my bin file into the board with no error.
Now, my application wants to see the board as a comport for communication.
What can I do to get the usb uart port to appear?
Any help is appreciated.
The text was updated successfully, but these errors were encountered: