Jeroen Mostert wrote:
> Martijn wrote:
>> I am trying to perform asynchronous serial (RS232 port) I/O in C# in
>> a "proper" manner. I noticed there is an event that will tell me
>> when there is something on the port, but I can't find a similar
>> construct for writing to the port.
>>
> Tried SerialPort.BaseStream.BeginRead/Write yet?
Hi Jeroen,
Thanks for pointing this out, exactly what I was looking for. I knew
SerialPort used some kind of stream, and when browsing the documentation I
overlooked that property and it being so obvious to get at :S
Thanks a million,
--
Martijn
http://www.sereneconcepts.nl
http://blogger.xs4all.nl/mihaak/