kongr45gpen / i2c-sniffer

Debugging tool for I2C networks, built for STM32 microcontrollers
Apache License 2.0
39 stars 27 forks source link

Version with lower baudrate #1

Open Niko-O opened 4 years ago

Niko-O commented 4 years ago

Could you possibly compile a version with a lower baudrate (no more than 128000)? My USB to serial adapter can't handle much more but I can't compile this code. The I²C-bus I am trying to monitor also runs at a leisurly ~40kHz, so the lower baudrate should not be a problem.

I would greatly appreciate it.

kongr45gpen commented 4 years ago

Can you try this binary? It should be running at 128 kbaud/s

i2c_sniffer.elf.zip

Niko-O commented 4 years ago

Yes, thank you! (Though for now, the sniffer is onl receiving garbage even though all devices seem to function normally. I'll investigate.)