Utilities for testing embedded devices
Find a file
Jan Lindemann 5b54b637fd os.conn.Serial: Don't use line_buffering in fdopen()
It's wrong to use line buffering in fdopen(..., ".b"), there's no
such thing as a line in binary data, also see

	https://bugs.python.org/issue32236

Signed-off-by: Jan Lindemann <jan@janware.com>
2025-11-17 11:12:26 +01:00
make First commit 2025-11-17 11:12:21 +01:00
scripts First commit 2025-11-17 11:12:21 +01:00
src os.conn.Serial: Don't use line_buffering in fdopen() 2025-11-17 11:12:26 +01:00
test/list-cmd Add test/list-cmd 2025-11-17 11:12:26 +01:00
Makefile First commit 2025-11-17 11:12:21 +01:00
VERSION First commit 2025-11-17 11:12:21 +01:00