Search found 4 matches

by pr414
Thu Mar 09, 2023 1:54 am
Forum: Freematics Software
Topic: sys.begin() error: UART Driver Already Installed
Replies: 3
Views: 29274

Re: sys.begin() error: UART Driver Already Installed

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.
by pr414
Sat Dec 24, 2022 9:34 pm
Forum: Freematics Software
Topic: sys.begin() error: UART Driver Already Installed
Replies: 3
Views: 29274

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?
by pr414
Sat Dec 24, 2022 10:57 am
Forum: Freematics Software
Topic: How to check the operation of sendCommand
Replies: 2
Views: 27093

Re: How to check the operation of sendCommand

Hi, did you find a solution to this?
by pr414
Sat Dec 24, 2022 4:25 am
Forum: Freematics Software
Topic: sys.begin() error: UART Driver Already Installed
Replies: 3
Views: 29274

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...