Where is the DataReceived event?
There is no DataReceived event neither any possibility of interrupt on incoming data in the 2.5 version of framework, until the porting kit has explictily exposed such possibility. There are two ways hot to deal with this problem:
How can I set the parity, start/stop bits or data length?
This is not configurable in the 2.5 version of framework, unless the porter did this for you. The settings are fixed to 8 data bits, none parity and one stop bit.
James Webster Parity/Stop bits noted... we are also looking at HW flow control (its only Software right now).