Really simple C++ Arduino Question -- 2

Job ID: 35700810

Budget: $10 – $30 CAD

I have a function that returns an integer value which can be negative or positive. I need to pass the integer over Arduino hardware serial and store it in an integer on the receiving Arduino. However serial only allows to send 1 8 bit byte at a time as a 8 bit unsinged integer so negative values get messed up.