Re: [sigrok-devel] [PATCH 203/204] uart: rework text formatting of communicated data values, plus nits

2016-10-23 Thread Uwe Hermann
Hi, On Sun, Oct 16, 2016 at 06:25:28PM +0200, Gerhard Sittig wrote: > Factor out the code which generates a textual representation for the > numeric values that were communicated via UART bit patterns. Make the > width of the output text depend on the number of bits in the UART frame > (five to

[sigrok-devel] [PATCH 203/204] uart: rework text formatting of communicated data values, plus nits

2016-10-16 Thread Gerhard Sittig
Factor out the code which generates a textual representation for the numeric values that were communicated via UART bit patterns. Make the width of the output text depend on the number of bits in the UART frame (five to nine) instead of assuming bytes of exactly eight bits. Fix other minor