For the record, I managed to fix this problem by reverting to an older FreematicsPlus library, specifically early 2018 commits. Since my hardware is from late 2017, I had to find by myself that it is no longer supported by the official code.
Creating my own fork of the old commit fixed every issue.
Search found 4 matches
- Thu Mar 09, 2023 1:54 am
- Forum: Freematics Software
- Topic: sys.begin() error: UART Driver Already Installed
- Replies: 3
- Views: 30718
- Sat Dec 24, 2022 9:34 pm
- Forum: Freematics Software
- Topic: sys.begin() error: UART Driver Already Installed
- Replies: 3
- Views: 30718
Re: sys.begin() error: UART Driver Already Installed
Yes, downloaded from the PlatformIO Libraries.
Any help on what to look for would be very appreciated.
Could be for some kind of conflict?
Any help on what to look for would be very appreciated.
Could be for some kind of conflict?
- Sat Dec 24, 2022 10:57 am
- Forum: Freematics Software
- Topic: How to check the operation of sendCommand
- Replies: 2
- Views: 28187
Re: How to check the operation of sendCommand
Hi, did you find a solution to this?
- Sat Dec 24, 2022 4:25 am
- Forum: Freematics Software
- Topic: sys.begin() error: UART Driver Already Installed
- Replies: 3
- Views: 30718
sys.begin() error: UART Driver Already Installed
Hello everyone, I'm getting mad at trying to understand what is causing this error. I just uploaded the simple_obd_test from the Freematics library, specifically I'm running a Freematics One+ B, planning to use it with the OBD-II Emulator. When I compile it, upload it and go to see the Serial Monito...