Board index » delphi » Modem

Modem

Hello all,
Who can help me?
I must develop an Application to transfer files  per modem.
I dont know how i can do this with an protocol as z-modem etc.
Its necessary to employ a Protocol??
thanks Karl-Heinz

 

Re:Modem


Quote
KHH wrote:

> Hello all,
> Who can help me?
> I must develop an Application to transfer files  per modem.
> I dont know how i can do this with an protocol as z-modem etc.
> Its necessary to employ a Protocol??
> thanks Karl-Heinz

You CAN transfer files without a "protocol" but there will be no error
checking or correction. If they are plain text files and you stick to
300 baud you might get by with it. Otherwise, use XMODEM or better yet,
ZMODEM.

Other Threads