Tuesday, July 28, 2009

Serial Interfacing?

What are the codes for serial interfacing in c and vb.





like for parallel's output


outportb(0x378,2);

Serial Interfacing?
you can find lots of example code at http://www.codeproject.com
Reply:If you mean communicating with the serial port, here is a quick solution for vb.





Here is a fun little article on it : http://www.bitwisemag.com/copy/vb/vb1.ht...





Basically you will want to make use of the mscomm control to access the serial port.








Good luck!


No comments:

Post a Comment