I want to interface to a short burst data transceiver so I can format the outgoing raw data within an AT command set, which the transceiver module expects. The source device which sends the raw data (usually in ASCII) plugs directly into the transceiver serial RS232 port. Then the data is passed over the LO satellite network (through the module and RF) back to my SBD server. So I'll need to come up with the right algorithm to push that data out, the incoming payload is OK no need to format.
Was thinking of using a 328 micro-controller with Arduino UNO bootloader. What else is there to consider?
Theres a bunch of Youtube selfhelp stuff out there, but I want to make sure I'm not straying by being specific.