CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Jul 2009
    Location
    Kuwait
    Posts
    170

    [RESOLVED] COMM-DRV handshing protocol

    Hi,
    What are the possible handshaking protocol available using COMM-DRV for communication through MODEM

  2. #2
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: COMM-DRV handshing protocol

    Handshaking typically refers to XON/XOFF or CTS/RTS both of which basically just tell the computers when the buffers are full and/or ready to receive data.

    A protocol is used for transfering data, typically XModem, Ymodem, ZModem.

    I have never heard of COMM-DRV so I have no idea what it may support. I would do a search on the net for info on that control if I were you.

  3. #3
    Join Date
    Jul 2009
    Location
    Kuwait
    Posts
    170

    Unhappy Re: COMM-DRV handshing protocol

    sorry for a silly question.
    Is handshaking is same as file transfer protocol

  4. #4
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: COMM-DRV handshing protocol

    No, not really. Handshaking is more of a traffic cop where as a file transfer protocol is more of a validator.

    Handshaking consists of None, Software [Xon/Xoff] and Hardware [RTS/CTS] or both Hardware and Software.

    File Tranfer Protocols could be said to do handshaking as well but it is more along the lines of
    checking that the data received is actually the data that was sent and issuing a retry when needed.

  5. #5
    Join Date
    Jul 2009
    Location
    Kuwait
    Posts
    170

    Re: COMM-DRV handshing protocol

    Normally in Modem, we go with software Handshaking or none??
    I have a problem with the line. Some time it is not getting connected between two computers when dialed. In the code, i dont have any handshaking between the computer. Will having handshaking will reslove the issue and what type of handshaking will be good( hardware/software/none)

  6. #6
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: COMM-DRV handshing protocol

    Hardware is the way to go when available.

    I do not think it will solve your intermittent connection issue though.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured