Feb 12, 2005 #1 D delimav Newbie level 2 Joined Feb 12, 2005 Messages 2 Helped 0 Reputation 0 Reaction score 0 Trophy points 1,281 Activity points 16 Does anyone knows how to access serial port using VB6? i need it on my automation project thanks
Feb 12, 2005 #2 N NguyenHai Member level 1 Joined Jan 18, 2003 Messages 37 Helped 4 Reputation 8 Reaction score 2 Trophy points 1,288 Activity points 519 Hi, You can use function OnCom() and see example in MSDN. best regard.
Feb 12, 2005 #3 samcheetah Advanced Member level 2 Joined May 25, 2004 Messages 645 Helped 39 Reputation 78 Reaction score 10 Trophy points 1,298 Location Pakistan Activity points 6,916 this has been discussed alot of times before. use the search function Sending Data To A Microcontroller http://www.rentron.com/sending_data.htm Receiving Data From A Microcontroller http://www.rentron.com/receiving_data.htm
this has been discussed alot of times before. use the search function Sending Data To A Microcontroller http://www.rentron.com/sending_data.htm Receiving Data From A Microcontroller http://www.rentron.com/receiving_data.htm
Feb 16, 2005 #4 N Nick C. Full Member level 5 Joined Dec 19, 2002 Messages 281 Helped 33 Reputation 66 Reaction score 25 Trophy points 1,308 Activity points 2,209 delimav said: Does anyone knows how to access serial port using VB6? i need it on my automation project thanks Click to expand... It is simple to do using the MSComm control. The only drawback is that it only works with the professional/enterprise editions of Visual Basic. There is a freeware alternative to MSComm here: **broken link removed** If you will be working with the serial port, I highly recommend the book Serial Port Complete by Jan Axelson. Money well spent. Good luck with your project. Nick
delimav said: Does anyone knows how to access serial port using VB6? i need it on my automation project thanks Click to expand... It is simple to do using the MSComm control. The only drawback is that it only works with the professional/enterprise editions of Visual Basic. There is a freeware alternative to MSComm here: **broken link removed** If you will be working with the serial port, I highly recommend the book Serial Port Complete by Jan Axelson. Money well spent. Good luck with your project. Nick