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'm working on a project using an STM32 running STM32Duino, and I want to use the ModbusClient library. Is there a way to configure it to use a specific hardware serial port, like Serial3?
I came across this example:
But as far as I can tell, it doesn't let me specify which serial port to use.
Am I missing something, or is there a way to set a different hardware serial?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi everyone,
I'm working on a project using an STM32 running STM32Duino, and I want to use the
ModbusClient
library. Is there a way to configure it to use a specific hardware serial port, likeSerial3
?I came across this example:
But as far as I can tell, it doesn't let me specify which serial port to use.
Am I missing something, or is there a way to set a different hardware serial?
Thanks in advance!
The text was updated successfully, but these errors were encountered: