Pls help ADXL335 Accelerometer Send its data to RF module wirelessly

Hello Everyone !
Ive been making a project that uses accelerometer (adxl335) as earthquake detector, and im using 2 RF modules (HC12 transceiver) and 2 arduino uno to send the analog data wirelessly but i had a hard time in using virtualwire, i understand how the virtualwire works but how about sending 3 analog inputs (the x, y, and z of ADXL335)? I can send those 3 analog inputs wirelessly but not using virtualwire, im not sure if those data that i sent and put in the xValue, yValue and zValue are still INTEGERS. Can you check my code? Here are my Sender and Receiver code. Thank You.

SENDER.ino (1.15 KB)

RECEIVER.ino (1.6 KB)

READ http://forum.arduino.cc/index.php?topic=498302

Thanks for the link , and they say virtualwire cannot be use in HC-12, so did I program it correctly (like if sensor sense integer data, HC-12 will read it and send it to other HC-12 receiver, the data is still integer in that receiver)?

Ok, my problem is solved !! i got the solution here Serial Input Basics - updated - Introductory Tutorials - Arduino Forum :))

Hi ,

How did you resolve this issue ? can you share the code if possible ?