Before I start, I'll let you know a little background about this question. Basically, we are (finally) making the leap from NetCF 1.0 to NetCF 3.5, with which a HELLUVA LOT of the OpenNetCF bases have been covered by Microsoft's traditional framework. On an initial upgrade and compile, the solution (6 projects) is wielding 79 errors compiling (and loads more to follow these no doubt).
So I've got work ahead of me with removing all of these errors, and thought I'd start off with our IrDA class (top of the list of errors). Existingly, under NetCF 1.0, we were using OpenNetCF.IO.Serial to fill the void, which has been depricated by System.IO.Ports.SerialPort.
What I'm attempting is to replace Serial.Input but see that the documentation on this site has (perhaps correctly) been replaced to represent the lack of this class in the latest SDF. However, the SerialPort class does not include this as an option. It also lacks the IREnable bool, but unsure of what relevance this has.
Could any of you clever minds figure out how I could read from the SerialPort buffer (over IrDA) to a byte[]?
Many thanx in advance.
Live Fast, Die Young.