Added another test of a simpler calling pattern. No IRQ, no dynamic payload or ack packet.

This commit is contained in:
maniacbug
2011-08-02 16:32:21 -07:00
parent a31cafcc88
commit 89180f2844
5 changed files with 543 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/sh
# Connect p6 to receiver, p4 to sender
jam p4 p6 || exit 1
./runtest.py /dev/tty.usbserial-A600eHIs 1 &
./runtest.py /dev/tty.usbserial-A40081RP 1 || ( kill `jobs -p` && exit 1 )
kill `jobs -p`
exit 0