borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (winsock time out)Next Topic (Very important question in winsock <Important>!!!1) New Topic New Poll Post Reply
AndreaVB Forum : Network : Login to Remote computer on UNIX from windows PC
Poster Message
raibareli
Level: Trainee

Registered: 27-02-2005
Posts: 1

icon Login to Remote computer on UNIX from windows PC

I have a unix system and i am able to connect to it from my Windows PC through COM port and Hyperterminal. But how write code in VB6 to login like above. Please help

27-02-2005 at 03:24 AM
View Profile Send Email to User Show All Posts | Quote Reply
OnlineGuy
Level: Graduate


Registered: 18-02-2004
Posts: 9
icon Re: Login to Remote computer on UNIX from windows PC

You have to write code for that protocol. You may want to use the MSComm add-in. If so, take a look at this:

MSComm1.CommPort = 1
MSComm1.Settings = "9600,n,8,1"
MSComm1.InputLen = 0
MSComm1.PortOpen = True

Text1.Text = "sending: hello"
MSComm1.Output = "hello"
MSComm1.PortOpen = False

____________________________
- OnlineGuy -

24-05-2005 at 04:27 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : Network : Login to Remote computer on UNIX from windows PC
Previous Topic (winsock time out)Next Topic (Very important question in winsock <Important>!!!1) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder