Dark AI
DIIDevHeads IoT Integration Server
•Created by Sterling on 12/16/2024 in #📦-middleware-and-os
How to Fix CR/LF Transmission Issues Between MS Excel VBA and STM32 via Serial?
yeh, sure..you can try this. Instead of relying on the Datastream add-in, use VBA to manually append
Chr(13)
(CR) or Chr(10)
(LF) to your message:
4 replies