transmission of different types of data

I am attempting to create an interface between radios capable of transmitting not only text data but other forms of data such as images.

is there any method in particular i should use to accomplish this task?

so far i have considered converting the image file into binary and transmitting as such.

Any way to send the data via a COM port will be fine.