<SOLVED> Strange numbers in serial monitor

Legend Thurston. Thanks heaps for the help mate :slight_smile:

Problem solved.

EDIT: Btw I couldn't use atoi since that takes a string value. So I had to change it to

numericalValue = atoi(&incomingData);

But thanks for getting me on the right track.