I am trying to develop a 3rd party application that uses the mcbcom library. I am using the TCP plugin for the project. I already tested the setup with TCP plugin using FreeMASTER desktop and FreeMaster lite and it works as intended. However, when I use the mcbcom library in the application I get an "Error occurred" (code 0x80000000). I am using imxrt 1050 board and here is the connection string
"NET;169.254.120.174;type=TCP;port=3344;timeout=500"
So I was wondering what are the implementations of the communication plugins in the mcbcom library.
Thanks in advance
PS: I know that it is not from the rest of the code since I tested it on USB CDC & LPUART connections first