mscomm

fadhlina

Newcomer
Joined
Oct 17, 2003
Messages
2
I have problem in using mscomm in vb.net. From what I've read, to have the component in .Net you must install VB6.

I also have problem in embedding barcode codes to print thru commport 2. Pls help me.
 
Don't use mscomm for vb.net

check out the sample that comes with the msdn library called:
VB.NET - Framework - Using the COM Port in VB.NET
There is a module they use called "RS232". Add that to your program them check out the examples in that sample. Taht is what I did and it works great once you figure out what they are doing in the sample.
 
Back
Top