Tagged Questions

6
votes
1answer
274 views

RS232 serial snoop tools for protocol development / debugging

I develop a wide range of relatively simple firmware devices. Every one of these ends up talking to the PC (or another device) via the RS232 port in one way or another, so I spend a lot of time …
0
votes
2answers
212 views

C#/WPF: ListView not updating (but when I check with Snoop, everything looks fine)

Hello, Does anyone know why my ListView with following Code is not working? I checked it out with Snoop and the ItemsSource seems to be fine (and when I start Snoop, the ListView displays me the …