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
Hello, I'm working on the library changes to be able to work with the STM32 on Arduino Ide, but I can't find a way to identify which serial port will be used. I'm using as a base the version modified for ESP32 where some changes have already been made to work with HardwareSerial, but I can't understand where to define which Serial port to use.
I appreciate any contribution.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello Antônio, I tried to use SoftwareSerial with Stm32, but it doesn't work because in the stm32duino repository there is no SoftwareSerial Function precisely because it already has 3 hardware serial ports. I tried to modify the construction method of your library, but I couldn't, finally, started to develop a program based on the procedures used in your library. My focus is only to use the POST function over HTTP. If you are interested, I can share here the development of the program I am doing.
Hello, I'm working on the library changes to be able to work with the STM32 on Arduino Ide, but I can't find a way to identify which serial port will be used. I'm using as a base the version modified for ESP32 where some changes have already been made to work with HardwareSerial, but I can't understand where to define which Serial port to use.
I appreciate any contribution.
Thank you.
The text was updated successfully, but these errors were encountered: