Dusan Cervenka
Dusan Cervenka
Oh ok, yeah trying to listen t1 meters. But maybe i should change it to something else. Not sure which type it is. My friend said that i should receive...
Yeah i changed that to device=/dev/ttyUSB1:im871a:c1,t1 I am trying to listen Apator devices. So far silent. We will see next week.
Hi @amgross , i would like to keep this and found workround for you. Could you post more information? Bison version and is it from this site? https://sourceforge.net/projects/winflexbison Maybe we...
Hi @Kindzer , callback should work on different platforms in C language. Python is not supported now. We are serializing callback functions as indexes in our array of functions. In...
Hi @Kindzer , nice progress. Details about autodetection can be found in this file https://github.com/EmbeddedRPC/erpc/blob/develop/erpc_c/port/erpc_config_internal.h So you can keep them commented. But if you would face some issue, you can...
Hi @anakorenko , different architecture shouldn't be an issue. But currently it is supported in C only. The way how it works is that erpc is sending index to an...
Hi @anakorenko , as you will have two applications, each application will have its own erpc_config.h file where you can specify different enviroment settings.
You are welcome. Arbitrator need be used if you have client and server on each side. So you want do client requests from both sides and servers will respond on...
You need choose erpc_port_*.cpp file from https://github.com/EmbeddedRPC/erpc/tree/develop/erpc_c/port
Sorry i missed your question. No, you need also pass onOff as out parameter for function (same call or new call) e.g: myFun(callback, &pCallback1_out, &onOff); of myFun2(out onOFF)