erpc
erpc copied to clipboard
Multiple clients
Hi all, is it possibile to create two clients ( on the same application) with two different transports? I would like to have a client over USB Bulk and another client over USB CDC...but i don't know if there is a way to do this.... Best Regards, Massimo
Hi eRPC user. Thank you for your interest and welcome. We hope you will enjoy this framework well.
I believe two clients and two transports should work. One client and two different transports, is however not possible. See
https://github.com/EmbeddedRPC/erpc/issues/152
what about g_client?
You want to do two clients in one Linux process or in one RTOS? I believe that won't work due to no context in client interface, same issue as in #152.