A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Windows 10 » Windows 10 Help Forum
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

lsusb?



 
 
Thread Tools Rate Thread Display Modes
  #1  
Old September 7th 18, 06:49 PM posted to alt.comp.os.windows-10
T
external usenet poster
 
Posts: 4,600
Default lsusb?

Hi All,

Anyone know of an equivalent command in Windows to Linux's "lsusb"
that will list all your usb devices?

Many thanks,
-T
Ads
  #2  
Old September 7th 18, 06:54 PM posted to alt.comp.os.windows-10
Andy Burns[_6_]
external usenet poster
 
Posts: 1,318
Default lsusb?

T wrote:

Anyone know of an equivalent command in Windows to Linux's "lsusb"


not a CLI tool, but several GUI ones

https://www.uwe-sieber.de/usbtreeview_e.html

https://docs.microsoft.com/en-us/win...bugger/usbview

https://www.nirsoft.net/utils/usb_devices_view.html
  #3  
Old September 7th 18, 06:57 PM posted to alt.comp.os.windows-10
T
external usenet poster
 
Posts: 4,600
Default lsusb?

On 09/07/2018 10:54 AM, Andy Burns wrote:
T wrote:

Anyone know of an equivalent command in Windows to Linux's "lsusb"


not a CLI tool, but several GUI ones

https://www.uwe-sieber.de/usbtreeview_e.html

https://docs.microsoft.com/en-us/win...bugger/usbview

https://www.nirsoft.net/utils/usb_devices_view.html


I adore Nirsoft's stuff. Thank you!
  #4  
Old September 7th 18, 08:48 PM posted to alt.comp.os.windows-10
NY
external usenet poster
 
Posts: 586
Default lsusb?

"T" wrote in message news
On 09/07/2018 10:54 AM, Andy Burns wrote:
T wrote:

Anyone know of an equivalent command in Windows to Linux's "lsusb"


not a CLI tool, but several GUI ones

https://www.uwe-sieber.de/usbtreeview_e.html

https://docs.microsoft.com/en-us/win...bugger/usbview

https://www.nirsoft.net/utils/usb_devices_view.html


I adore Nirsoft's stuff. Thank you!


How about "sniffer" software that can read the traffic on a given USB
device? Whereas there is Wireshark for LAN traffic, its ability to read USB
ports seems to be limited and difficult to relate to the device. For
example, if you listen to a mouse or a keyboard, you should get very little
traffic apart from keepalives, and then a torrent of traffic when you move
the mouse or press a key.

I'm trying to eavesdrop on the traffic that a weather station generates so I
can have a go at developing my own software to log and graph the data to a
spec that more closely maps my needs that packages such as Cumulus.

  #5  
Old September 7th 18, 08:51 PM posted to alt.comp.os.windows-10
Andy Burns[_6_]
external usenet poster
 
Posts: 1,318
Default lsusb?

NY wrote:

How about "sniffer" software that can read the traffic on a given USB
device?


I've never used wireshark's USB ability, have heard of people who are
reverse engineering USB drivers running a windows guest on a linux
virtual host, and sniffing on the linux side ...
  #6  
Old September 7th 18, 09:00 PM posted to alt.comp.os.windows-10
T
external usenet poster
 
Posts: 4,600
Default lsusb?

On 09/07/2018 12:51 PM, Andy Burns wrote:
NY wrote:

How about "sniffer" software that can read the traffic on a given USB
device?


I've never used wireshark's USB ability, have heard of people who are
reverse engineering USB drivers running a windows guest on a linux
virtual host, and sniffing on the linux side ...


Now that is a "die hard!"

I have sniffed with wireshark on an Ethernet device to
see what was happening on some proprietary software,
but this. Yikes!

Got me an old four port 10 base-t hub that I can put inline
and power from a USB port that makes life easier with wireshark.

  #7  
Old September 8th 18, 01:31 AM posted to alt.comp.os.windows-10
Nomen Nescio
external usenet poster
 
Posts: 825
Default lsusb?

In article
T wrote:

Hi All,

Anyone know of an equivalent command in Windows to Linux's "lsusb"
that will list all your usb devices?


Shucks... I only have 6 USB ports, so I just take a peek and I'm up
to date on all my USB devices.

  #8  
Old September 8th 18, 01:35 AM posted to alt.comp.os.windows-10
Paul[_32_]
external usenet poster
 
Posts: 11,873
Default lsusb?

NY wrote:
"T" wrote in message news
On 09/07/2018 10:54 AM, Andy Burns wrote:
T wrote:

Anyone know of an equivalent command in Windows to Linux's "lsusb"

not a CLI tool, but several GUI ones

https://www.uwe-sieber.de/usbtreeview_e.html

https://docs.microsoft.com/en-us/win...bugger/usbview


https://www.nirsoft.net/utils/usb_devices_view.html


I adore Nirsoft's stuff. Thank you!


How about "sniffer" software that can read the traffic on a given USB
device? Whereas there is Wireshark for LAN traffic, its ability to read
USB ports seems to be limited and difficult to relate to the device. For
example, if you listen to a mouse or a keyboard, you should get very
little traffic apart from keepalives, and then a torrent of traffic when
you move the mouse or press a key.

I'm trying to eavesdrop on the traffic that a weather station generates
so I can have a go at developing my own software to log and graph the
data to a spec that more closely maps my needs that packages such as
Cumulus.


Using Device Manager, do Properties, and look for
HardwareID. There, you'll find VID and PID.

For example, my Logitech Mouse in Properties : Details
has Hardware ID of Vid_046d and Pid_c01a. Then you
look them up in an unofficial chart.

http://www.linux-usb.org/usb.ids

These are some weather stations.

0fde Oregon Scientific
ca01 WMRS200 weather station
ca05 CM160

1941 Dream Link
8021 WH1080 Weather Station

Once you have a chipID, you can start your
search for existing software.

http://www.wviewweather.com/

Paul
  #9  
Old September 8th 18, 03:23 AM posted to alt.comp.os.windows-10
T
external usenet poster
 
Posts: 4,600
Default lsusb?

On 09/07/2018 05:31 PM, Nomen Nescio wrote:
In article
T wrote:

Hi All,

Anyone know of an equivalent command in Windows to Linux's "lsusb"
that will list all your usb devices?


Shucks... I only have 6 USB ports, so I just take a peek and I'm up
to date on all my USB devices.


"up to date." What do you mean?
  #10  
Old September 8th 18, 04:38 AM posted to alt.comp.os.windows-10
Paul[_32_]
external usenet poster
 
Posts: 11,873
Default lsusb?

Nomen Nescio wrote:
In article
T wrote:
Hi All,

Anyone know of an equivalent command in Windows to Linux's "lsusb"
that will list all your usb devices?


Shucks... I only have 6 USB ports, so I just take a peek and I'm up
to date on all my USB devices.


Motherboard make and model number ?

Odds are, you have more ports than that.

There's a fairly narrow time band, of machines
with exactly six ports like that. Like, maybe
a dual USB1.1 interface on the SB, plus a NEC
addon four port USB2 chip. Around the year 2005 or so.
Just before USB2 had a "page" added to the BIOS screen.

Paul
 




Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off






All times are GMT +1. The time now is 01:16 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.