|
|
Best xmodem software for free download
Showing xmodem titles
Windows Std Serial Comm Lib for PowerBASIC 4.3
PowerBASIC RS232 serial port communications component library. Features include:…
see the review page
Windows Std Serial Comm Lib for dBase 4.3
Visual dBase RS232 serial port communications component library. Features includ…
see the review page
Windows Std Serial Comm Lib for Visual Basic 4.3
Visual Basic RS232 serial port communications component library. Features includ…
see the review page
Windows Std Serial Comm Lib for FoxPro 4.3
Visual FoxPro RS232 serial port communications component library. Features inclu…
see the review page
|
|
 |
5. Windows Std Serial Comm Lib for Delphi 4.3 (Development:Components-Libraries) Size: 399 kb, Price: $115

Borland Delphi RS232 serial port communications component library. Features include: Supports 256 ports, control multiple ports simultaneously, fully thread safe, modem control, serial line status and control, ASCII/XMODEM/YMODEM. Uses the standard Windows API to communicate with any device connected to a serial port (scale, modem, fingerprint scanner, printer servers, etc). State driven Xmodem and Ymodem on multiple ports simultaneously (up to 256 connections). Can send Windows messages on completion of events (incoming character, etc.). Supports virtual serial ports (USB to serial converter, Bluetooth serial). Includes multiple Delphi example programs. Includes both 32-bit (WSC32.DLL) and 16-bit (WSC16.DLL) versions. Use with all versions of Borland Delphi through Delphi .NET. Does not depend on support libraries. Makes calls to Windows API functions only. Can also use with C/C++/C#, Visual Basic, PowerBASIC, Visual FoxPro, Visual dBase, Xbase++, and COBOL. Can be ordered with or without source code for the DLL. Free technical support and updates for one year. Requires Windows Delphi. Supports Windows 95/98/Me/NT/2000/2003/XP/Vista. The evaluation version of WSC4D is fully functional and can be downloaded from http://www.marshallsoft.com/wsc4d.htm.
Related software: serial, communications, communication, port, component, .net, delphi, modem, xmodem, ymodem, bluetooth, usb, rs232, rs485, rs422, serial communications, serial communication, serial port, serial component, .net component, bluetooth serial, usb to serial, delphi .net, …
|
 |
6. Windows Std Serial Comm Lib for C/C++ 4.3 (Development:Components-Libraries) Size: 618 kb, Price: $115

C/C++/C# RS232 serial port communications component library. Features include: Supports 256 ports, control multiple ports simultaneously, fully thread safe, port re-entrant, modem control, serial line status and control, ANSI emulation, ASCII/XMODEM/YMODEM. Uses the standard Windows API to communicate with any device connected to a serial port (scale, modem, fingerprint scanner, printer servers, etc). State driven Xmodem and Ymodem on multiple ports simultaneously (up to 256 connections). Can send Windows messages on completion of events (incoming character, etc.). Supports virtual serial ports (USB to serial converter, Bluetooth serial). Includes multiple C/C++/C# example programs. Includes both 32-bit (WSC32.DLL) and 16-bit (WSC16.DLL) versions. Supports most Windows C/C++ compilers (Microsoft (all versions Visual C++, C#, and .NET), Borland, Watcom, LCC-WIN32, etc.). Can be used with Microsoft Foundation Class and Borland C++ Builder programs. Does not depend on support libraries. Makes calls to Windows API functions only. Can also use with Delphi, Visual Basic (VB.NET), PowerBASIC, Visual FoxPro, Visual dBase, Xbase++, and COBOL. Can be ordered with or without source code for the DLL. Free technical support and updates for one year. Online and print documentation. Requires a Windows C/C++ compiler. Supports Windows 95/98/Me/NT/2000/2003/XP/Vista. The evaluation version of WSC4C is fully functional and can be downloaded from http://www.marshallsoft.com/wsc4c.htm. For Win/CE libraries, see http://www.marshallsoft.com/wsc4evc.htm
Related software: serial, communications, communication, port, component, .net, visual, c++, modem, xmodem, ymodem, bluetooth, usb, vc.net, rs232, rs485, rs422, mfc, builder, c/c++, serial communications, serial communication, serial port, serial component, .net component, visual c++, bluetooth serial, usb to serial, c++ builder, …
|
 |
7. HS XMODEM C Source Library 1.1 (Development:Components-Libraries) Size: 340 kb, Price: Free

HS XMODEM is a software library in C (supplied with full source code) that provides a programmer with the off-the-shelf support for XMODEM protocol data transfer capability. Support for both sender and receiver are provided. Other features include 1024 block size vs 128, CRC vs checksum, configurable timers and retries * HOW IT WORKS: When user application initlialises HsXmodem library, it provides interface callbacks for the services used by Xmodem protocol module: timer management, serial transmission and reception, memory management, event callbacks. This architecture makes it easy to port Xmodem protocol module to any environment Xmodem module handles all protocol information flow, error recovery, acknowledgements, timeouts and so on. When it is appropriate to send next block of data Hs Xmodem will get next memory block from user application. Similarly, when data has been received Hs Xmodem module will get the next block of memory from user application to store data into As a backup or an alternative to TFTP, Xmodem is often used in embedded devices and appliances for the purpose of software or configuration upgrade or retrieval. * FEATURES: - Xmodem Sender and Receiver - 128 and 1024 block size - Checksum and CRC option - Configurable timers - Configurable number of retries * HOW TO BUY HS XMODEM LIBRARY: You can purchase the library online using credit card payment at: http://www.hillstone-software.com/hs xmodem_buy.htm The library currently costs EUR 99.00 for unlimited user license. Once the purchase is made you will receive download link by email to download full product deliverables, which include: - HS XMODEM library binaries. (Win32 static library) - HS XMODEM library full source code in C with MS Visual C project workspace - HS XMODEM Demo Application binaries, full source code and MS Visual C project workspace. - HS XMODEM library user manual, which documents in detail complete library API.
Related software: xmodem, protocol, serial, communications, asynch, win32, com, xmodem protocol, serial communications, asynch communications, win32 com, win32 serial, …
|
 |
8. HS TFTP C Source Library 1.0 (Development:Components-Libraries) Size: 340 kb, Price: Free

HS TFTP is a software library in C (supplied with full source code) which implements Trivial File Transfer Protocol (TFTP) over UDP socket layer according to RFC 1350. Support for client and server side for both file get and put are provided. Optional 1024 block size vs 512 size configuration is available HOW IT WORKS: When user application initlialises Hs TFTP library, it provides interface callbacks for the services used by HS TFTP protocol module: timer management, memory management and event callbacks. This architecture makes it easy to port HS TFTP protocol module to any environment. HS TFTP internally at a lower layer interfaces to HS Sock library which provides UDP transport services. User application need not worry about Winsock - HS TFTP does all transmission, reception and event handling over socket layer. TFTP module handles all protocol information flow, error recovery, acknowledgements, timeouts and so on. When it is appropriate to send next block of data HS TFTP will get next memory block from user application. Similarly, when data has been received HS TFTP module will get the next block of memory from user application to store data into Along with XMODEM or as an alternative, TFTP is often used in embedded devices and appliances for the purpose of software or configuration upgrade or retrieval. HOW TO BUY HS TFTP LIBRARY: You can purchase the library online using credit card payment at: http://www.hillstone-software.com/hs tftp_buy.htm The library currently costs EUR 49.00 for unlimited user license. Once the purchase is made you will receive download link by email to download full product deliverables, which include: - HS TFTP library binaries. (Win32 static library) - HS TFTP library full source code in C with MS Visual C project workspace - HS TFTP Demo Application binaries, full source code and MS Visual C project workspace. - HS TFTP library user manual, which documents in detail complete library API.
Related software: tftp, udp, winsock, …
|
 |
9. SecureCRT 5.2 (Internet:Utilities) Size: 7622 kb, Price: $99.00

SecureCRT protects passwords, user accounts, and data, combining rock-solid terminal emulation with the strong encryption, broad authentication options, and data integrity of the Secure Shell (SSH) protocol. SecureCRT provides versatile solutions for business, network management, information security, and development tasks, from accessing host-based applications and administering servers to securely accessing behind-the-firewall network resources. SecureCRT supports SSH1, SSH2, Telnet, Telnet/SSL, RLogin, Serial, and TAPI protocols and authentication via password, public-key, X.509 certificates, and Kerberos v5 via GSSAPI. Ciphers include AES, Twofish, Blowfish, 3DES, and RC4. Emulations include VT100, VT102, VT220, ANSI, SCO ANSI, Wyse 50/60, Xterm, and Linux console - all with ANSI color. Multibyte character sets are supported for Japanese, Korean, and Chinese, as are scalable line-drawing fonts. SecureCRT has a multi-session tabbed interface with extensive session management features. Customization options include toolbars, menus, keymaps, and login scripts, as well as fonts, cursors, and color schemes. Named sessions and firewalls let you create session-specific configurations. An optional "FIPS Mode” uses a FIPS 140-2 validated cryptographic library and only allows FIPS-approved algorithms. Other features include the Activator tray utility to minimize desktop clutter, auto logon, printing, Emacs mode, and SOCKS firewall support. ActiveX scripting support saves time by automating routine configuration tasks. Securely transfer files using SFTP, or by using Zmodem or Xmodem from an SSH1 or SSH2 session. SecureCRT and the SecureFX file transfer client can share global and session options and the host key database so configuring a connection only needs to be done once. SecureCRT includes a 30-day evaluation license for the fully-functional application and technical support.
Related software: encryption, ssh, client, ssh1, ssh2, secure, shell, port, forwarding, data, tunneling, sftp, remote, access, administration, file, transfer, terminal, emulation, ssh client, secure shell, port forwarding, data tunneling, remote access, file transfer, terminal emulation, …
|
 |
10. CRT 5.2 (Internet:Utilities) Size: 3672 kb, Price: $59.95

CRT is a rock-solid Windows terminal emulator for Telnet, RLogin, and Serial protocols that's easy to use and highly customizable. CRT is ideal for accessing host-based legacy applications, querying a database, accessing a BBS, or connecting to a network device to perform configuration tasks. CRT features a multi-session tabbed interface with extensive session management and customization features. Customization options include toolbars, menus, keymaps, and login scripts, as well as fonts, cursors, and color schemes. Named sessions and firewalls let you create individual configurations that can be used on a session-specific basis. The Activator tray utility minimizes desktop clutter while a click on the "New Tab" icon on the toolbar allows you to begin a new session instantly. The Quick Connect feature connects to UNIX, VMS, and Windows servers by entering only a hostname. Choose from a wide range of emulations including VT100, VT102, VT220, ANSI, SCO ANSI, Wyse 50/60, Xterm, and Linux console – all with ANSI color. Multibyte character sets are supported for Japanese, Korean, and Chinese, as is support for scalable line-drawing fonts and character attributes including VT line-drawing symbols, bold, underline, reverse and blink, and double-width and double-height fonts. Powerful scripting capabilities, including ActiveX scripting support for VBScript and other scripting languages, save you valuable time by automating routine configuration tasks. Dialer support through Windows TAPI allows saving dial-up connections in session information. Other features include Zmodem and Xmodem file transfers, auto logon, Emacs mode, SOCKS and generic firewalls, and excellent support for transparent pass-through printing. CRT includes a 30-day try-before-you-buy evaluation license for the fully functional application and access to VanDyke Software technical support. For a secure terminal emulator for SSH1/SSH2, try SecureCRT.
Related software: telnet, vt100, vt220, sco, ansi, xterm, terminal, emulator, emulation, dialer, zmodem, wyse, rlogin, serial, …
|
Xmodem downloads: 1 Next >> Xmodem games |
Submit software | Advertise | Privacy policy | Disclaimer | Contact us
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z
|