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.342.752 Times

Pos Hardware freeware
Filter: All | Freeware | Demo
 

Pos Hardware

1 2 3 4 5 > 
Added: November 26, 2010 | Visits: 1.655

SL-POS SL-POS is a patch which adds significant retail management capabilities to SQL-Ledger. Current features include several ways of tracking till cash drawers, online till closing routines, rudimentary portable data terminal integration, POS hardware support (Pole displays, receipt printers, cash...



Platforms: *nix

License: Freeware Size: 21.5 KB Download (154): SL-POS Download

Released: January 28, 2010  |  Added: February 11, 2010 | Visits: 5.429

Free POS Software Free POS Software is a modern POS (Point of Sale) software package especially designed for use by restaurants, bars, clubs, venues, lodges, eateries and other concerns involved in the hospitality industry. Free POS Software is free - this means that there is no purchase price or licensing fee...





Platforms: Windows

License: Freeware Size: 957 KB Download (1181): Free POS Software Download

Released: June 30, 2020  |  Added: December 21, 2020 | Visits: 1.471

StarCode Lite POS and Inventory Manager No matter if the business you own is small or large, you still need to make sure your suppliers, products and purchases are kept in order, lest you end up losing money without even knowing why. StarCode is a specialized solution for retail business, pharmacy, restaurant, toy shop, grocery store,...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Cost: $49.00 USD Size: 21.67 MB Download (213): StarCode Lite POS and Inventory Manager Download

Released: November 05, 2012  |  Added: November 05, 2012 | Visits: 855

Erply Point of Sale for Windows ERPLY offline POS offers you more than just standard features. It is about offering new technology that retailers desire. Some of ERPLY's key features include: -Online and offline POS -Cloud security -Compatibility with existing hardware -Sales reporting -Easy scalability -Multiple tax rates...


Platforms: Windows, Other

License: Freeware Size: 5.87 MB Download (518): Erply Point of Sale for Windows Download

Added: May 10, 2013 | Visits: 556

easyPOS easyPOS is a GPL cash register written in C using GTK .Features: - easyPOS uses flat ascii text files for menu items and credit accounts. the menu structure is simply a directory tree: /menu with as many second level sub-directories as needed: /cooked, /dessert, /mdse, etc. each of these contain...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (69): easyPOS Download

Added: June 25, 2006 | Visits: 10.043

#1 Easy POS-GOLD Point of Sale - Free Download Easy to setup, and very easy to learn POS system with powerful features. Long-term free evaluation period to make sure you are in business. A perfect solution to improve efficiency and profitability of your business at any size. Point-of-sale, quote, invoice, packing list, track sales history,...


Platforms: Windows

License: Freeware Size: 4.15 MB Download (1335): #1 Easy POS-GOLD Point of Sale - Free Download

Released: February 02, 2007  |  Added: March 21, 2007 | Visits: 3.510

eZee POS eZee POS is a general purpose, feature filled Point Of Sale system, tightly integrated with our hotel software eZee FrontDesk. eZee POS comes with the regular interface operated by keyboard and mouse as well as Touch Screen interface. You can define items which can be sold across various...


Platforms: Windows

License: Freeware Cost: $250.00 USD Size: 62.2 MB Download (362): eZee POS Download

Released: August 01, 2011  |  Added: August 25, 2011 | Visits: 3.537

Hardware Asset Tracker Get your hardware assets organized and tracked using this free software. Are you having trouble knowing where all your hardware is, who™s using it, what the warranty and serial number is? This software can help. With Hardware Asset Tracker you can organize computer assets such as PDAs,...


Platforms: Windows

License: Freeware Size: 930.67 KB Download (256): Hardware Asset Tracker Download

Added: September 03, 2010 | Visits: 1.404

Hardware::iButton Hardware::iButton is a Perl module that allows to talk to DalSemi iButtons via a DS2480 serial widget. SYNOPSIS use Hardware::iButton::Connection; $c = new Hardware::iButton::Connection "/dev/ttyS0"; @b = $c->scan(); foreach $b (@b) { print "family: ",$b->family(), "serial number: ",...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (111): Hardware::iButton Download

Added: March 18, 2010 | Visits: 1.196

Hardware::iButton::Device Hardware::iButton::Device is a Perl object to represent iButtons. SYNOPSIS use Hardware::iButton::Connection; $c = new Hardware::iButton::Connection "/dev/ttyS0"; @b = $c->scan(); foreach $b (@b) { print "id: ", $b->id(), ", reg0: ",$b->readreg(0),"n"; } This module talks to iButtons...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (112): Hardware::iButton::Device Download

Added: August 14, 2010 | Visits: 2.184

X Hardware Monitor X Hardware Monitor is a hardware monitor that shows indicators for temperature, voltage, fan speed etc, of a running system with a graphical panel. The default configuration allows to monitor up to 3 temperatures, 3 fan speeds and 6 voltages. This tool is more particularly adequate for...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (224): X Hardware Monitor Download

Added: August 04, 2010 | Visits: 1.161

Hardware::Simulator Hardware::Simulator is a Perl extension for Perl Hardware Descriptor Language. SYNOPSIS use Hardware::Simulator; # NewSignal( perl_variable [, initial_value]); # create a signal called $in_clk, give it an initial value of 1 NewSignal(my $in_clk,1); # Repeater ( time_units , code_ref) #...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): Hardware::Simulator Download

Added: May 14, 2010 | Visits: 1.181

Hardware 4 Linux Hardware 4 Linux project contains a set of tools to report Linux-compatible hardware to hardware4linux.info. Whats New in This Release: - This release anonymizes dmidecode output, collects OS version files instead of calling osinfo, collects audio codec files, adds a README, and collects PCI...


Platforms: *nix

License: Freeware Download (115): Hardware 4 Linux Download

Added: March 08, 2010 | Visits: 1.194

Hardware lister lshw (Hardware Lister) is a small tool to provide detailed information on the hardware configuration of the machine. Hardware lister can report exact memory configuration, firmware version, CPU version and speed, cache configuration, bus speed, mainboard configuration, etc. On DMI-capable x86...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (128): Hardware lister Download

Added: February 05, 2010 | Visits: 961

Hardware::Vhdl::Lexer Hardware::Vhdl::Lexer is a Perl module that can split VHDL code into lexical tokens. SYNOPSIS use Hardware::Vhdl::Lexer; # Open the file to get the VHDL code from my $fh; open $fh, <, device_behav.vhd || die $! # Create the Lexer object my $lexer = Hardware::Vhdl::Lexer->new({...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (107): Hardware::Vhdl::Lexer Download

Released: September 16, 2012  |  Added: September 16, 2012 | Visits: 1.222

POS Pizza POS Pizza is a low cost Pizza POS (point of sale system) designed for Pizza shops and sandwich shops. This software is very easy to learn and to teach to your employees. The point of sale system is designed for delivery, carry-out or dine-in type restaurant businesses. Full support for half and...


Platforms: Windows

License: Freeware Size: 6.35 MB Download (91): POS Pizza Download

Released: September 21, 2012  |  Added: September 21, 2012 | Visits: 645

Hardware Monitor for Mac OS An application to read out all accessible hardware sensors in Macintosh computers. Currently more than 100 different Macintosh hardware sensors and more than 200 hard drive temperature sensors are supported. The program can visualize the history graphs of the readings, display measured values in...


Platforms: Mac

License: Freeware Size: 3.8 MB Download (416): Hardware Monitor for Mac OS Download

Released: October 12, 2012  |  Added: October 12, 2012 | Visits: 715

Open Hardware Monitor The Open Hardware Monitor is a free open source application that monitors temperature sensors, fan speeds, voltages, load and clock speeds of a computer. The Open Hardware Monitor supports most hardware monitoring chips found on todays mainboards. The CPU temperature can be monitored by...


Platforms: Windows

License: Freeware Download (427): Open Hardware Monitor Download

Released: October 11, 2012  |  Added: October 11, 2012 | Visits: 602

Hardware Freak Hardware Freak is a small utility that will give you various information about your system. You can view CPU, BIOS, Motherboard, RAM Memory, Graphics card, Sound card, Hard Drive, External storage devices, Operating system, Optical Media, Networking, Printers, Keyboard, Mouse, and USB Ports info...


Platforms: Windows

License: Freeware Download (417): Hardware Freak Download

Released: August 11, 2012  |  Added: August 11, 2012 | Visits: 997

Basic Hardware Inventory Basic Hardware Inventory was designed to be a small tool that will allow you to get a basic hardware inventory of any WMI enabled computer on the network. Fill in the name or IP address of a remote computer in the "Computer" field at the top of the screen. Or you can use the "Paste" button at the...


Platforms: Windows

License: Freeware Download (423): Basic Hardware Inventory Download

1 2 3 4 5 >