Is there any way in VB.NET to connect to a serial (COM) port? Thanks, James
Hi. No, I'm afraid that there is no built-in way of doing this. There is an example on MSDN that uses API. I would suggest downloading the VB NET resource KIT. With that, you get a free control by SAX, which is very good.
I wish I could think of something witty to put in my sig... ...Currently using VS2013...
Here is an example project from MSDN.
This world is not my home. I'm just passing through.
You might also want to look here .
Forum Rules