Hi!
Can gRPC use serial port communication?
I would like to use gRPC between an embbedded Linux board (like Raps Pi) and Windows 10 PC over USB gadget serial port. I know there is an easy solution to use USB gadget ethernet instead of it but i have really pure old solution which is a simple "home-made" JSON procedura call between C# (Win 10 PC) and Python (Linux board) over serial com port. My plan is to replace it with gRPC because there is no point in further development in my JSON protocol because gRPC is better and more complete.
Luckily on USB gadget serial the data speed is about 10 MB/s so it could be absolutely enough to do any gRPC processes over it.