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.

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/d0062725-17ac-407d-acab-577279f0f474n%40googlegroups.com.

Reply via email to