[Owfs-developers] debug mode: bus traffic?

2010-07-19 Thread Jim Kusznir
Hi all: I've got a programmer working on making the AVR slave code for owfs-compatible slaves. It would be very helpful for him if there was a way one can get owfs to print out everything it sends and receives over the wire. Neither him nor I have figured out the magic debug statement or such

Re: [Owfs-developers] debug mode: bus traffic?

2010-07-19 Thread Paul Alfille
What kind of information and which bus? I think the serial bus already shows the bytes sent and recieved (with --error_level=6) Perhaps this should be a compile-time option (like the memory messages) with traffic for all the busses. Paul On Mon, Jul 19, 2010 at 2:49 PM, Jim Kusznir

Re: [Owfs-developers] debug mode: bus traffic?

2010-07-19 Thread Jim Kusznir
I was looking for the actual hex commands sent and received over a usb adapter. Thanks! --Jim On Mon, Jul 19, 2010 at 1:20 PM, Paul Alfille paul.alfi...@gmail.com wrote: What kind of information and which bus? I think the serial bus already shows the bytes sent and recieved (with