Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.478.801 Times

Vt Emulation software
Filter: All | Freeware | Demo
 

Vt Emulation

< 1 2 3 4 5 > 
Released: October 31, 2011  |  Added: April 07, 2013 | Visits: 3.178

Eltima Virtual Serial Port AX Control Eltima Virtual Serial Port ActiveX Control is a powerful tool for professional developers that allows your application to create custom additional virtual serial port in system and fully control it. You can view parameters information of a virtual serial port, set by other application. From... Platforms: Windows

License: Shareware Cost: $279.95 USD Size: 1.65 MB Download (186): Eltima Virtual Serial Port AX Control Download

Released: July 06, 2007  |  Added: July 15, 2007 | Visits: 2.872

Virtual Serial Port Driver Mobile Virtual Serial Ports Driver Mobile is a brand-new generation of an already popular driver for mobile devices released by Eltima more than a year ago. Now we bring a totally new level of serial emulation for SmartPhones based on the Windows Mobile platform! VSPD Mobile is capable of... Platforms: Windows CE, Pocket PC, Windows

License: Shareware Cost: $49.95 USD Size: 4.09 MB Download (185): Virtual Serial Port Driver Mobile Download

Added: August 17, 2008 | Visits: 2.393

Auditor Calculator Currency calculator with tape - emulation of printing calculator. Easy and simple, can be operated entirely by keyboard. Supports COPY/PASTE, UNDO for last operation. Platforms: Windows

License: Freeware Size: 667 KB Download (167): Auditor Calculator Download

Added: August 06, 2008 | Visits: 1.045

BankStep BankStep is a software emulation of hardware bank sequencers found in the big analog synthesizers, that produce control for the sound but not the sound itself. Instead of analog control voltages BankStep produces MIDI (and can make standard MIDI music files). Otherwise, BankStep functionally... Platforms: Windows

License: Freeware Size: 4.01 MB Download (775): BankStep Download

Added: August 20, 2008 | Visits: 1.536

Mocha TN3270 for Vista Mocha TN3270 for Vista provides TN3270 emulation for IBM Mainframe Access. Platforms: Windows

License: Shareware Cost: $30.00 USD Size: 1.13 MB Download (124): Mocha TN3270 for Vista Download

Added: August 10, 2008 | Visits: 2.348

Mocha TN5250 for Vista Mocha TN5250 for Vista provides TN5250 emulation for AS/400 terminal access Supports all standard 5250 emulation features Alternate screen size (24x80 or 27x132) SSL (Secure Socket Layer) in 128 bit mode Device name support Many trim parameters Platforms: Windows

License: Shareware Cost: $30.00 USD Size: 1.05 MB Download (139): Mocha TN5250 for Vista Download

Added: August 20, 2008 | Visits: 2.054

WiseTerm Telnet/Serial (32-bit) Emulation of WY50/50+/60 terminals. Part of the WiseTerm suite of telnet/serial emulators. Features: programmable keyboard; protect/write-protect modes; up to 132x43 displayincluding Econ-80; char, line, page attribs; multiple, sizeable page modes; full split-screen support; status line; key... Platforms: Windows

License: Shareware Cost: $59.00 USD Size: 805 KB Download (193): WiseTerm Telnet/Serial (32-bit) Download

Added: August 24, 2008 | Visits: 1.514

Mario Bros y Luigi Pure Mario Bros. A near perfect emulation of the Super Nintendo version, which continues to get people hooked.It`s not necessary to talk about the most famous plumber in the gaming world, who has now become the bestselling game character ever. It is the platform game par excellence, and in this... Platforms: Windows

License: Freeware Size: 5 KB Download (1195): Mario Bros y Luigi Download

Added: August 06, 2008 | Visits: 1.009

Terminal Components The Terminal Components are lightweight implementations of a standard ANSI/VT terminal with both Swing and AWT versions available. Full documentation and example code is provided for use. Features Include:- Compatible with JDK1.1+- Cross platform, 100% Java based component- Separate AWT and Swing... Platforms: Java

License: Shareware Cost: $1.60 USD Size: 1.71 KB Download (117): Terminal Components Download

Released: October 08, 2009  |  Added: November 19, 2008 | Visits: 2.321

z/Scope 5250 z/Scope Express 5250 offers an unmatched look&feel and the most intuitive and user-friendly interface. Also gives full support of Internet-Standard comunication protocols TN5250E, SSL 2/3 and TLS 1. With z/Scope Express you will have all the necessary basic tools to experience a modern agile and... Platforms: Windows

License: Shareware Cost: $60.00 USD Size: 1.38 MB Download (118): z/Scope 5250 Download

Added: January 18, 2010 | Visits: 753

zlibc Zlibc is a read-only compressed file-system emulation. It allows executables to uncompress their data files on the fly. No kernel patch, no re-compilation of the executables and the libraries is needed. Using gzip -9, a compression ratio of 1:3 can easily be achieved! (See examples below). This... Platforms: *nix

License: Freeware Size: 78.85 KB Download (92): zlibc Download

Added: May 01, 2010 | Visits: 945

DBI::FAQ DBI::FAQ is a Perl module for the Frequently Asked Questions of the Perl5 Database Interface. What is DBI, DBperl, Oraperl and *perl? To quote Tim Bunce, the architect and author of DBI: ``DBI is a database access Application Programming Interface (API) for the Perl Language. The DBI API... Platforms: *nix

License: Freeware Size: 409.6 KB Download (90): DBI::FAQ Download

Added: June 09, 2010 | Visits: 1.059

Term::VT102 Term::VT102 is a class to emulate a DEC VT102 terminal. SYNOPSIS use Term::VT102; my $vt = Term::VT102->new (cols => 80, rows => 24); while (<>) { $vt->process ($_); } The VT102 class provides emulation of most of the functions of a DEC VT102 terminal. Once initialised, data passed to a... Platforms: *nix

License: Freeware Size: 24.58 KB Download (122): Term::VT102 Download

Added: July 03, 2010 | Visits: 1.232

Tile World Tile World is an emulation of the game "Chips Challenge". "Chips Challenge" was originally written for the Atari Lynx by Chuck Sommerville, and was later ported to MS Windows by Microsoft (among other ports). Please note: Tile World is an emulation of the game engine(s) only. It does not come... Platforms: *nix

License: Freeware Size: 1024 KB Download (119): Tile World Download

Added: July 18, 2010 | Visits: 1.570

SQL::Abstract::Limit SQL::Abstract::Limit is a portable LIMIT emulation. SYNOPSIS use SQL::Abstract::Limit; my $sql = SQL::Abstract::Limit->new( limit_dialect => LimitOffset );; # or autodetect from a DBI $dbh: my $sql = SQL::Abstract::Limit->new( limit_dialect => $dbh ); # or from a Class::DBI class: my... Platforms: *nix

License: Freeware Size: 14.34 KB Download (98): SQL::Abstract::Limit Download

Added: May 23, 2010 | Visits: 795

X11::GUITest X11::GUITest is a Perl package intended to facilitate the testing of GUI applications by means of user emulation. X11::GUITest can be used to test and interact with GUI applications which have been built in some fashion (X toolkit, GTK+, Qt, Motif, etc.) upon the X library.. Get X11::GUITest at... Platforms: *nix

License: Freeware Size: 48.13 KB Download (95): X11::GUITest Download

Added: August 20, 2013 | Visits: 812

plus4emu plus4emu is an open source, portable emulator of the Commodore 264 family of computers (C16, C116, and Plus/4), written in C++, and supporting Windows and POSIX platforms (32 bit Windows, 32 and 64 bit Linux, and MacOS X have been tested). It implements accurate, high quality hardware emulation,... Platforms: *nix

License: Freeware Size: 573.44 KB Download (95): plus4emu Download

Added: February 13, 2010 | Visits: 949

ep128emu ep128emu is a free, portable emulator of the Enterprise 128 computer, written by Istvan Varga, using Z80 emulation code from Kevin Thackers ENTER emulator. ep128emu should compile and run under any system with a C compiler (preferably one that implements the C99 standard, such as recent... Platforms: *nix

License: Freeware Download (108): ep128emu Download

Added: January 25, 2010 | Visits: 1.519

GNU MIX Development Kit GNU MIX Development Kit offers an emulation of MIX and MIXAL. The current version of MDK includes the following applications: - mixasm A MIXAL compiler, which translates your source files into binary ones, executable by the MIX virtual machine. - mixvm A MIX virtual machine which is able to... Platforms: *nix

License: Freeware Size: 1024 KB Download (98): GNU MIX Development Kit Download

Added: June 27, 2010 | Visits: 931

XymMS XymMS is an XMMS input plugin capable of playing Sega Genesis GYM files by rendering DAC, FM, and PSG signals through emulation of the YM2612 and SN76496 sound chips found in the video game console. (CYM files will be supported in the beta release.) GYM files are created by various emulators... Platforms: *nix

License: Freeware Size: 65.54 KB Download (100): XymMS Download

< 1 2 3 4 5 >