#6,404 in Computer accessories & peripherals
Use arrows to jump to the previous/next product

Reddit mentions of C2G 25 Pin to USB Adapter - Connect DB25 Serial & USB 1.1, 2.0 & 3.0 Devices - Perfect for Printers, Cameras, Other 25 Pin Serial Devices

Sentiment score: 1
Reddit mentions: 3

We found 3 Reddit mentions of C2G 25 Pin to USB Adapter - Connect DB25 Serial & USB 1.1, 2.0 & 3.0 Devices - Perfect for Printers, Cameras, Other 25 Pin Serial Devices. Here are the top ones.

C2G 25 Pin to USB Adapter - Connect DB25 Serial & USB 1.1, 2.0 & 3.0 Devices - Perfect for Printers, Cameras, Other 25 Pin Serial Devices
Buying options
View on Amazon.com
or
    Features:
  • Cable must be used with existing DB25 serial device cable.
  • Quickly convert your DB25 serial device to USB; great for many digital cameras and POS
  • Perfect for connecting a serial device to a laptop or PC's USB port
  • Compatible with USB 1.1, USB 2.0 and USB 3.0 ports
  • This product creates a virtual serial port. It is not intended to connect a parallel printer/device to a USB port. The parallel port device is part number 16899
Specs:
ColorGray
Height3 Inches
Length8 Inches
Number of items1
Release dateNovember 2018
Weight0.036 Pounds
Width8 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 3 comments on C2G 25 Pin to USB Adapter - Connect DB25 Serial & USB 1.1, 2.0 & 3.0 Devices - Perfect for Printers, Cameras, Other 25 Pin Serial Devices:

u/nirreskeya · 3 pointsr/90s

I actually have an external 56 Kbps modem sitting here next to me but I don't think there's anywhere I could dial into. Oh and I think I would need one of these.

u/jellicohatesfish · 1 pointr/VintageApple

Went back to my OP and provided the links to Amazon below for each:

Raspberry Pi (pick a flavor but it needs to have an available USB port. Go for a B+ or Pi 3)
Install tcpser - read the docs and install his update, which has some improvements over the APT version.
sudo apt-get install screen (so you can run tcpser in the background)

Now, the hardware:

This “6 Ft Apple/Mac to HAYES Modem Cable” (Mini-DIN 8M to DB25M) link

A 6-ft DB25M to USB RS232 cable (for the RasPi/tcpser option) link

A DB25F/DB25F gender changer link

Lastly, my command line (insert in /etc/rc.local once you test):

su - pi -c "screen -dm -S tcpser /home/pi/tcpser/tcpser -s 19200 -l 7 -d /dev/ttyUSB0 -tsS -i\&k0"

Adjusting for the actual path to tcpser and desired baud rate. The Plus and SE (therefore, everything else newer than these) can handle 19.2k with no problem.)

Also important: plug in the USB cable and "cat /dev/ttyUSB*" to see which USB interface enumerates - should be 0 - but check and adjust if needed.

What you're doing here is opening a screen session, setting to 19,200 bps, pointing it to listen on the virtual USB serial port, debug-level logging and disable flow control (via AT command). If you want to test without screen (and should), just delete everything prior to /path/to/tcpser.

THEN, if this is all working correctly, you need to launch ZTerm/MacTerminal/etc, set the baud rate to 19,200, ANSI if possible and save. You should be able to type 'AT' and get back a familiar 'OK.' Then it's just a matter of going all 'ATDTbbs.fozztexx.com' to get your feet wet.

I would then recommend looking into installing SLiRP on your Pi, which can provide a PPP stack for your "dial-up" machine (like any old dial-up ISP) but start simple.

Good luck!

u/iheartgoobers · 1 pointr/solaris

Damn, you're prepared! Since I don't find myself doing this very often, I just picked up one of these.