Serial UART snooper. Connect RX and TX of the UUT to 2 x RX pins on mbed to inspect the traffic in both directions
Dependencies: MODSERIAL Terminal mbed
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
5:76d46f565551 | 2012-09-20 | cbayley | using my fork of Simon Ford Terminal |
4:15064c0a5b00 | 2012-08-27 | cbayley | working |
3:b8bad606d4f2 | 2012-08-02 | cbayley | Version 2.6; Got buffering right - none on input and plenty on output. bytes are fed into 'Stripes' on input interrupts and Stripes are queued for output. |
2:60e6df8211f2 | 2012-08-01 | cbayley | Version 2.5 sped up HEXDUMP style |
1:2ca85ee43b49 | 2012-07-15 | cbayley | Version2; HexDump sytle |
0:cb9d37ec851e | 2012-07-13 | cbayley | Version 1 |