hi
look at the example code they give on their site. You can probably also find some Basic stamp code for it. Compare that to what you have, to find the tricky little problem that is preventing the communication...
D
PS: instead of using byte variables, try using int variables...
and also give Serial.println a try instead of Serail.print, as it may be expecting a carriage return after the data.