Re: Accessing I2C-Bus via ELV USB-I2C

From: Hans Petter Selasky <hps_at_selasky.org>
Date: Mon, 03 Oct 2022 15:38:55 UTC
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