Port Print
![]() |
No items matching your keywords were found.
Dell P1500 - Print In Nothing Flat So You Don't Have To Waste Time
Dell, one of the most trusted names in the desktop and laptop manufacturing space, has successfully forayed into printer production. The Dell P1500 printer is one of the most user friendly and efficient printers in its class, with sharply detailed prints professionally output using Dell P1500 compatible toner.
To begin with it, it should not take anyone more than five minutes to plug in the machine and set it up. USB ports and parallel ports help you connect the device to the computer, however the USB is recommended for speed and ease of use. This device works with Windows 98 and later versions of the Windows OS and is not compatible with Mac OS. The Dell P1500 printer generates black and white outputs with resolution of 600 x 600 dpi.
The input trays are capable of storing 150 pages, but for heavier work one may use an extra tray that can hold 250 pages. This printer is designed for personal work as well as work pertaining to small businesses. At 14.7 pages per minute, the output rate is very fast and best in its class - about 25% better than the nearest rival. The pricing is very affordable and suits the pockets of the targeted consumers.
The printer weighs a measly 20 lbs and with dimensions as compact as 14 x 15 x 9 inches, the form factor is well taken care of. Dell technical support is readily available and an extra 48-month warranty can be bought for extra protection.
The Dell P1500 printer is equipped with 16 MB RAM that can be enhanced up to 64 MB and is also equipped with a 200 MHz processor. The printer driver enables the customer to configure different print parameters as well as set various functions including font, watermark and overlay. The amount of ink used can also be rationed by selecting from 10 different user defined settings that control the darkness of the output. Negative and Smoothing effects enhance the graphics outputs. The printer offers three print modes: booklet, poster and normal.
The printer is fitted with two control buttons and 5 LED's that indicate readiness, status of P1500 compatible printer toner cartridge, status of paper-tray, paper jams, and errors. The control buttons are very favorably placed on the top panel near the Dell logo and the LED's are very handy in times of troubleshooting. The input and output trays are positioned on top of the device and they retract to save space. The front panel of the device also doubles up as a manual feed output tray. The product comes with an 80 page illustrated user manual, which explains everything in detail making the installation very simple.
The printer is compatible with both the 3K as well as the 6K cartridges, which are priced at $99 and $149 respectively. To save money one may opt for the recyclable cartridges that are to be returned back to Dell and they cost $75 and $115 respectively for the 3kK and 6K variants.
In a nutshell, the product is very well designed, packed with attractive features, priced aggressively and is backed with reliable technical support to make it a good buy. The one bone of contention may be the fact that it does not have a LCD display, but that can be easily overlooked if one looks at the other benefits including speed of operation, ease of installation and cost effectiveness.
The Dell P1500 is more than capable of performing in your home or medium-sized office, offering the most needed features with ease of use and efficiency. Polished and professional prints are all the Dell P1500 compatible toner will provide, impressing both boss and client.
python program help...?
I am learning how to program python in networking terms. I got this when i try to run....anyone know how to fix this. I am new to python but not to programming
"c:Python26>udp.py
Traceback (most recent call last):
File "C:Python26udp.py", line 6, in
host = sys.argv[1]
IndexError: list index out of range"
here is the source code for the program:
#!/usr/bin/env python
# UDP Example - chapter 2 - udp.py
import socket, sys
host = sys.argv[1]
textport = sys.argv[2]
s = socket.socket(socket.AF_INET, soclet.SOCK_DGRAM)
try:
port = int(textport)
except ValueError:
# That didn't work. Look it up instead.
port = socket.getservbyname(textport, 'udp')
s.connect((host, port))
print "enter data to transmit: "
data = sys.stdin.readlin().strip()
s.sendall(data)
print "Looking for replies; press Ctrl-C or Ctrl-Break to stop."
while 1:
buf = s.recv(2048)
if not len(buf):
break
sys.stdout.write(buf)
sys.argv takes command line parameters you are leaving those out so the args list is empty.
Run your program like this
udp.py host port
For example
udp.py 127.0.0.1 5000
Buffalo CloudStation Duo Hands-On Review (Geeknewscentral)
On test here is the 2 TB version of Buffalo's CloudStation Duo, a RAID-capable
NAS with built-in Pogoplug, giving the user their own personal cloud. The
CloudStation Duo is squarely aimed at the prosumer market, both in terms of
the hardware and the software on-board. For the hardware, it is equipped with
two 1 TB [...]
Newegg TV: IOGEAR GPSU21 1-Port Print Server RJ45 USB 2.0 Product Tour
You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.

Comments are closed.