From d152c2d2153a8bef6595f352beabd72b3692239e Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Mon, 7 Jul 2014 09:13:43 +0300 Subject: [PATCH] transfer 8kB. --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index f3e86c5..bb4e8f9 100755 --- a/test.sh +++ b/test.sh @@ -3,7 +3,7 @@ set -u set -x set -e -dd if=/dev/urandom of=data.send bs=1024 count=1 +dd if=/dev/urandom of=data.send bs=1024 count=8 python send.py python recv.py python errors.py data.* #python show.py tx.int16 rx.int16 \ No newline at end of file