send file by modem

  • Thread starter Thread starter fff
  • Start date Start date
F

fff

Hello, I need to do an aplication in vb .net 2005 that send a file by
analogic modem.
I look for the web and don't find.

Thank you.
 
Hello, I need to do an aplication in vb .net 2005 that send a file by
analogic modem.
I look for the web and don't find.

..NET 2.0+ has a serial port class you can use to connect via modem.

To send a file, you'll need to use a protocol such as X-modem, Y-modem, or
Z-modem ... There are several libraries that implement modem transfer
protocols.
 
thank you, please what is name of the class that you says.
Knows any internet page that have an example that use this class and
implements the protocols that you say.

Thank you anothertime.
 
thank you, please what is name of the class that you says.
Knows any internet page that have an example that use this class and
implements the protocols that you say.

Thank you anothertime.

Spam Catcher said:
@TK2MSFTNGP06.phx.gbl:
.NET 2.0+ has a serial port class you can use to connect via modem.
To send a file, you'll need to use a protocol such as X-modem, Y-modem, or
Z-modem ... There are several libraries that implement modem transfer
protocols.

Its name should be SerialPort Class. You can find in Toolbox also.
Just search Google for samples, however these may help you.

http://www.codeworks.it/net/VBNetRs232.htm
http://www.devx.com/dotnet/Article/31001
 
Hi,

You can download XMCommNET.dll from my homepage. It supports XMODEM file
transfers, and it is free.

Dick

--
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition,
ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
2006.
See www.hardandsoftware.net for details and contact information.
 
Back
Top