PxPlus User Forum

Twitter Twitter Twitter

Author Topic: Device communication via a USB port  (Read 829 times)

CW

  • New Member
  • *
  • Posts: 1
  • Sage 100 Master Developer
    • View Profile
    • MBA Business Software
Device communication via a USB port
« on: May 28, 2021, 04:18:11 PM »
In the days when dinosaurs roamed the earth, we would communicate with a device such as a cash drawer or scales by opening a serial port with a device name such as COM1. Now that serial and parallel ports are also extinct, we have USB ports and since the plugged in device is not enabled as a portable drive with a drive letter, how do you open the USB port for communication with such a device as a cash drawer or scale? Is there a generic device driver that can be used?

Mike King

  • Diamond Member
  • *****
  • Posts: 3810
  • Mike King
    • View Profile
    • BBSysco Consulting
Re: Device communication via a USB port
« Reply #1 on: May 28, 2021, 04:48:10 PM »
Most desktop PC can have a RS232 card installed which would allow you to continue to connect to a cash drawer using COM1.  They cost usually under $20.

Basically the industry just no longer bothers shipping PC's with RS232 or Parallel ports since few of these are required.

About the only challenge might be getting the driver installed if using Windows as these are considered "Legacy Hardware" which you may have to select in the 'Action' section of the Device Manager menu.

You might be able to also use a USB to Serial adapter to connect to the device.

See, not all dinosaurs are extinct.... yet  :)
Mike King
President - BBSysco Consulting
eMail: mike.king@bbsysco.com

michaelgreer

  • Diamond Member
  • *****
  • Posts: 129
    • View Profile
Re: Device communication via a USB port
« Reply #2 on: May 30, 2021, 10:04:32 AM »
Yes indeed. This dinosaur uses usb to serial port adapters all the time. The configure as com ports and all works well.  Cheap as $9 US.