Extracting Data from SoftwareSerial

The Serial class has methods to accomplish parsing from a delimited ASCII stream:

See: parseInt() and parseFloat()

There are numerous other ways to accomplish this, too.