PCI to DB25 LPT Parallel Port Expansion Card with Low Profile Bracket, PCI Parallel Port Converter Adapter Controller for Desktop PC Printer
Thumbnail 1Thumbnail 2Thumbnail 3Thumbnail 4Thumbnail 5Thumbnail 6Thumbnail 7

PCI to DB25 LPT Parallel Port Expansion Card with Low Profile Bracket, PCI Parallel Port Converter Adapter Controller for Desktop PC Printer

4.1/5
产品编号: 159623308
安全交易
💻WCH CH351Q chip
📦2.89 oz weight
🔌PCI to DB25
经常一起购买

描述

🔗 Connect the Past to the Present!

  • COMPACT DESIGN - Low profile bracket fits snugly in your desktop without taking up extra space.
  • RELIABLE PERFORMANCE - Utilizes the WCH CH351Q chip for stable and efficient data transfer.
  • SEAMLESS CONNECTIVITY - Easily connect your legacy printers with PCI to DB25 interface.
  • LIGHTWEIGHT CONVENIENCE - Weighing only 2.89 ounces, it’s a breeze to install and manage.
  • VERSATILE COMPATIBILITY - Supports Windows XP, 7, and 8 for a wide range of users.

The GODSHARK PCI to DB25 LPT Parallel Port Expansion Card is designed for seamless integration with legacy printers and devices. Featuring the reliable WCH CH351Q chip, this low-profile card supports Windows XP, 7, and 8, making it an essential tool for professionals needing to connect older technology to modern systems. Weighing just 2.89 ounces, it’s easy to install and manage, ensuring you can keep your workflow uninterrupted.

规格

BrandGODSHARK
Item model number8541587260
Operating SystemWin XP, Win7, Win8
Item Weight2.89 ounces
Package Dimensions5.71 x 5.16 x 1.1 inches
ManufacturerGODSHARK
Date First AvailableMay 16, 2019

评论

4.1

全部来自已验证的购买

R**E

Works great after you figure out how to load drivers. Too bad that there isn't any direction there.

After reading the reviews I was expecting to have a challenge installing the drivers on my old XP box that drives my CNC on parallel ports using Mach3. You have a clue in that you have a parallel card and you know the name of the driver chipset but I can see how this would make many people give up. However, I was lucky and was able to get the install to complete after 3 or so tries and 15 minutes of fussing around. The IO address isn't the 'standard' and I had to change the assigned port from LPT3 to LPT2 (this is the second parallel card in the box) and after using the IO address assigned (non standard) in the Mach3 setup, it recognized the card and my DIY MPG pendant worked.I can confirm that this card works as a second parallel port on a XP box running XP SP3. I looked at the name of the driver that got installed (Device Manager) but it's just parport.sys so no help there. You'll just need to launch the installer on the CD and start guessing. Note that (I think) TWO drivers get installed, the parallel driver and a multi-function IO driver. After you install look at Device Manager and make sure you've cleared all the '!' instances.

W**D

Works With Mach 3

This card goes in easy, has the slim line and full size plates for different 'tower’ sizes and there is a driver disk.As others have stated, you’ll need to go into your hardware settings and find the IO address. Once you’ve got that added into your #1 port address block, you’re good to go.This card puts out a solid 5v so no issues there. I used a recent .XML file to transfer my settings to the ‘new’ computer I purchased, used a multi meter to test my output signals (that’s how I know it’s definitely 5v) to be sure Mach 3 is talking to the parallel port card correctly. I then took it out to my burn table and plugged it in. It worked straight away, which never happens!!If you’re looking for a parallel port card to use with Mach 3 and your 32bit operating system (I’m using Windows 7 pro), this is it.

R**D

Get one that works with Windows 10

Would not install on Windows 10 Professional computer. The inclosed driver cd has multiple folders and no instructions on how to load drivers. I selected windows to search for correct driver and when pointing to the CD that came with this board it looks as if driver loaded and showed up correctly in device manger. When installing the Epson drivers that I do several times a week setting up retail POS systems with this printer it could not find the printer port. After a reboot the port was now missing in device manager. Totally wasted 2 hour service call trip only to find out it did not work.

N**R

Works great, - once I figured it out

Their could have been a little more instruction. but I found what I needed on the reviews.

B**L

Compatible with an older PCI win XP PC

Competitively priced, next day delivery. Restored LPT function.

T**R

for those looking for a lpt port for cnc this is the one

For running mach3 software with a 32 bit OS here what to do for it to work. Instead of scratching your head for few hours. Go to device manger in the system folder. Under the tab for lpt port right click change the port setting lpt1.Then look under the resource look at the I/O XXXX-XXXX write down the first set of numbers. Then mach ports and pins tap where the port setting are use the first one and put in the number from the I/O in to where it has 0x0378 and apply. Then continue with setup.

A**R

How to install the driver

Go to the directory WCH351Q and execute CH35XDRV.EXE. Leave the Card type as Auto indentify card and click Install driver button. I hope this helps someone...

A**R

Linux support is terrible/non existant

***EDITED: After I calmed down. The item description doesn't say linux support, so it's very unfair to give it a bad rating. But if any buyer is hoping it does support linux, be aware it does not***I was hoping this card would work to add a parallel port to a slightly newer PC that I would like to upgrade my linux cnc machine with. I knew I was taking a chance on driver/support.The driver CD contains linux drivers. There are many subfolders to hunt through, but if you look at the PCI card...the main chip says CH351Q. In the folder Driver/WCH/ I see a subfolder for CH35XDRV. Seems promising.In that folder you see DRV_1PA, DRV_1PB, DRV_2S1P..etc.,.... So guessing it's either DRV_1PA or 1PB (seem like they might refer to 1 parallel port)....you keep going down the rabbit hole and eventually get to Driver/WCH/CH35XDRV/DRV_1PA/LINUX/driver.Now I see...source code. OK. I have to build it myself. Fine. There is a Makefile.Problem #1, Makefile only supports up to kernel version 3.x. I hack the Makefile to get it to build for my 4.x kernel. Then there are compile errors because something in the tty mutex mechanism has changed in the later kernels. Any mutex_lock/unlock of termios_mutex needs to be changed to down_write/up_write of termios_rwsem. This works, and the code now builds and make objects. Yeah!Do a make install and modprobe wch to load the driver. After all that...now I have 2 serial ports showing up off the PCI BUS!!!! The card has 2 locations for headers that are probably capable of being serial ports (unpopulated)...but that's not what I bought the stinking thing for!So for all my trouble, I have now 2 serial ports in my PC, which I don't want and can't use.*sigh*. It seems like almost everything is there...if they just had the driver support the parallel port I'd be all set. As it stands...I might as well throw it in the trash.I'll have to try another one from a different vendor and see if I have better luck.

常见问题

TrustPilot

TrustScore 4.5 | 7,300多个评论

Meera L.

交易顺利,产品完好无损地到达。

3 周前

维克拉姆·D.

MOLLE 护套质量非常好。我对这次购买非常满意。

2 周前

全球购物,通过 Desertcart 享受优惠
物有所值
各种产品的价格具有竞争力
全球购物
为 100 多个国家的数百万购物者提供服务
增强保护
深受全球购物者喜爱的值得信赖的支付方式
客户保证
深受全球购物者喜爱的值得信赖的支付方式。
沙漠车应用程序
随时随地随时随地购物。
HK$277

关税和税费包括

Hong Kong店铺
1
免运费

with PRO Membership

免费退货

30天对于 PRO 会员用户

15天无会员资格

安全交易

TrustPilot

TrustScore 4.5 | 7,300多个评论

阿里·H.

发货快,包装精良。Leatherman 工具手感非常高档和坚固。

1天前

苏雷什· K.

质量和快速送货让我印象深刻。会再次来这里购物。

4天前

Pci To Db25 Lpt Parallel Port Expansion Card With Low | Desertcart Hong Kong