arduino programming on-the-go

... If I use the serial monitor in the arduino software, It still sends the data back one byte at a time. I need to send a number, 4-5 characters long, and Have it save to a variable.

If you just want to receive integer values then you may want to look at the code linked in the beginning of reply#3.