Thread: Hyperterminal????

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    184

    Hyperterminal????

    Hello,

    I am trying to determine how to incorporate hyperterminal functionality into a C# application I have written. I need to be able to connect, login, give a command, and transmit a file. Do I have to have a certain component to do that??? Do I use scripts???? Can someone point me to a good resource on this????

    Thanks,
    Kendal

  2. #2
    Registered User datainjector's Avatar
    Join Date
    Mar 2002
    Posts
    356
    your are interested in creating a terminal client app .. then i would recommend checking out some tutorials on tcp/ip and .net sockets... If u are interested in using the dailing capabilities then i would suggest asking the winAPI dev about that coz .net Framwaork dosnt provide that facility ..
    "I wish i could wish my wishs away"

    "By indirections find directions out" -- William Shakespears

    "Do what thou wilt shall be the whole of the law" -- Crowley "THE BEAST 666"

    Mizra -> love = Death...
    RDB(Rocks yooo)..

    http://www.cbeginnersunited.com

    Are you ready for the Trix ???

  3. #3
    Registered User
    Join Date
    Feb 2003
    Posts
    184
    Any suggestions on TCP/IP and .NET Sockets tutorials? What do you mean when you say ask the winAPI dev, are you talking about posting a question on a forum specific to the winAPI???? Like I said, all I am trying to do is make a direct dial connection to a server, and then give some commands exactly like hyperterminal does. Thanks for the reply datainjector.

    Thanks,
    Kendal

  4. #4
    Registered User
    Join Date
    Jan 2004
    Posts
    37
    If you are talking to a computer that is running an FTP server then you can simply use WinInet to send the file. It has FTP support. You may be able to find a .NET component that does FTP for free...I've seen a few that cost $$$.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. output text to hyperterminal
    By baseball07 in forum Networking/Device Communication
    Replies: 3
    Last Post: 04-25-2007, 09:49 PM
  2. How can i send "ok"to my hyperterminal?
    By ooicheesan in forum C Programming
    Replies: 3
    Last Post: 10-14-2004, 09:22 AM
  3. Replies: 1
    Last Post: 04-15-2003, 08:21 PM