hi
how can i communicate with my COM port ? (i want to write a pgm which detects COM port and reads or sends data to it using VB) what are the APIs to use? would be great with a code snippet..
thanx in adv
Nice
Printable View
hi
how can i communicate with my COM port ? (i want to write a pgm which detects COM port and reads or sends data to it using VB) what are the APIs to use? would be great with a code snippet..
thanx in adv
Nice
I wrote a VB Application that communicates with COM Port
but to do this I built a small DLL in C++ and used it from VB because VB doesnt support the out and in commands that were available in Qbasic. go http\\www.lvr.com]Here[/URL] there is a pretty simple tutorial on this, complete too. It is an excellent lead.