what do you get if you send it? I mean, what prints out in the terminal?
You might have to set your Arduino code to LONG or something, rather than BYTE. Also not sure how [serial] will handle this. You might have to pack two chars together using [* 256] and [+] and decode it at the other end in reverse.