G
Guest
back in 1978 (!) the VAX/VMS serial line driver offered everything a
developer needs to develop protocols of all kinds:
- read x bytes
- read to end of line
- read to special character
- read to one in a set of special characters
- and of course synchronous and asynchronous using events and including
timeouts.
And even before RSX-11 could do this out of the box.
The new serialport class is a joke - no documentation, no features, no
virtual COMx!
For example:
how does the DataReceived event know whether to fire at the end of a line
(LF received) or at any byte received ?
Mr. Dave Cutler: please kick the .NET feature them and show them what you
have done 40 years ago. There's nothing new to invent - just re-engineer!
angrycoder
developer needs to develop protocols of all kinds:
- read x bytes
- read to end of line
- read to special character
- read to one in a set of special characters
- and of course synchronous and asynchronous using events and including
timeouts.
And even before RSX-11 could do this out of the box.
The new serialport class is a joke - no documentation, no features, no
virtual COMx!
For example:
how does the DataReceived event know whether to fire at the end of a line
(LF received) or at any byte received ?
Mr. Dave Cutler: please kick the .NET feature them and show them what you
have done 40 years ago. There's nothing new to invent - just re-engineer!
angrycoder