Hey Folks,
I'm trying to use the roSerialPort object and I don't seem to be able to find the syntax for actually determining what byte I've received. I can test for the event type no problem (if serial event then turn on light....) but I don't seem to find any syntax which allows me to determine what character I've actually received. For video object message (for example) I can perform a "GetInt()" and determine the video message number (8 for finished...that sort of thing). What syntax do I use to "Get" the ascii character once it's been received? Any help would be awesome..thanks in advance.