jamesatha
jamesatha

Reputation: 7600

Program to read values from USB in linux

So, I need to read data coming in from the USB port. Normally I do this with Realterm when I am on a Windows computer. But now I am on a linux computer and would like to do the same thing. What is a good replacement?

Thanks

Upvotes: 0

Views: 865

Answers (2)

Yahia
Yahia

Reputation: 70369

Use libusb - see http://www.libusb.org/

It comes with lots of functions/source/samples for USB and allows reading/writing etc.

It is licensed under LGPL 2.1

Upvotes: 1

ObscureRobot
ObscureRobot

Reputation: 7336

realterm is a windows terminal emulator. Here is the SuperUser thread that got closed on the same subject.

Upvotes: 0

Related Questions