I am replacing an old VME computer that communicates with a 9U line card chassis that will not be replaced. The vme computer runs a program that simply sends/receives 2048 bytes to the hardware (chassis) that is not being replaced. Each byte is asynchronously sent using hand shake lines.
My question is does this seem like an appropriate use of a RaspberryPi 3? Creating a program that will handshake 2048 bytes (on the GPIO pins) 10 times a second. I am not a hardware guy and just want to get some opinions of people who use these single board computers.