MOVI on stm32

Hi, I would like to run MOVI on a stm32f103 board and I’d also like to use available library. Is there a switch to change softwareserial to hardwareserial or I will have to change whole library to achieve that? Can You point me what to do?

Compatibility with that board I cannot comment on, however, if you look at page 46 of the MOVI user manual, you will see there is a constructor that will allow you to pass in an instance of HardwareSerial:

https://www.audeme.com/uploads/4/3/9/9/43997575/movi_11usermanual111.pdf

I helped develop that when I wanted to use HardwareSerial on my Arduino Mega. You can see the discussion I had with the lead MOVI engineer here:

1 Like