Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How can I control pin 3 or pin 6 by vb6
Posted
Comments
Zoltán Zörgő 5-Nov-13 5:08am    
Pin3 and Pin6 of what?
[no name] 5-Nov-13 5:35am    
of serial port (DSR or RD)
[no name] 5-Nov-13 5:44am    
If you know how .. tell me please ... and thank you
[no name] 6-Nov-13 15:24pm    
pin3 and pin6 of seril port ... Because I have a project that contains four movements, how can I control these movements by serial port ... hint I was able to control pin 7 and pin 4
CPallini 5-Nov-13 5:21am    
Use SetPin(3) and SetPin(6) :-)

1 solution

Always include complete details in your question. Based on your question & comments, I found this from Google.
VISUAL BASIC COMMUNICATIONS #1 - how to take control of the serial port with VB6[^]

Again I suggest you not to go with VB6, it's old, dead.

Here someone recently wrote an article on Serial ports using .NET.
Serial Comms in C# for Beginners[^]

And finally, use Google for more things(But don't expect much on things like VB6, IE6, etc.,)
 
Share this answer
 
Comments
CPallini 5-Nov-13 5:54am    
My 5 for the guess.
(though 'pin 6' make me guess that serial port is not the target)
thatraja 5-Nov-13 7:58am    
Thank you. Rarely my guess works. Because we're in Q/A section :D

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900