Re: Accessing I2C-Bus via ELV USB-I2C

Hans Petter Selasky <[email protected]> Mon, 3 Oct 2022 17:38:55 +0200
Newsgroups gmane.os.freebsd.devel.hardware,gmane.os.freebsd.devel.hackers
Message-ID <[email protected]>
On 10/3/22 17:26, Axel Rau wrote:
> Questions:
> 1. On usbdump, why is the hexdump mssing on some lines like
> 	frame[0] WRITE <n> bytes  ?

The -s arguments tells to only grab the first 1024 bytes. Maybe it is 
truncated.

Try setting -s to 65536

--HPS