Serial communication with host computer

Post here first, or if you can't find a relevant section!
ag123
Posts: 1672
Joined: Thu Dec 19, 2019 5:30 am
Answers: 25

Re: Serial communication with host computer

Post by ag123 »

well I think with a bit of luck, it may be able to do something between 115200 baud - about 1 Mbps, i'm not sure if it is even possible.
USB full speed bandwidth can cater for more than the 'default' 115200 baud commonly used in serial monitors.
some serial monitors refuse to go above 115200 baud, but that is a different issue.
and i think stm32 uarts may be able to do about 1 Mbps baud as well, at those rates I'd guess there can be throughput issues, unless the sketch goes in a tight loop to send/receive the data or perhaps use dma.

edit:
oh and there is ST-LINK V3 Mini(e)
https://www.st.com/en/development-tools ... 3mini.html
https://www.st.com/en/development-tools ... minie.html
https://octopart.com/stlink-v3mods-stmi ... 35624?r=sp
https://octopart.com/stlink-v3minie-stm ... 02320?r=sp
USB 2.0 HIGH SPEED (480 Mbps) for $10+
and you get a STM32F723 on it
https://www.eevblog.com/forum/microcont ... iscovered/
why even bother with the clones
:lol:
Post Reply

Return to “General discussion”