Kenneth Dunlop / Mbed 2 deprecated Ken_CAN_test

Dependencies:   mbed

Changes

RevisionDateWhoCommit message
13:e3a4abc461f4 2022-07-11 kendunlop Finished a nicer, more readable way of defining CAN expectations in the 'CANpairslist[x]' table. IDfrom and IDmessageto are strings that can be written to easily make a set of CAN expectations. default tip
12:e950feba910d 2022-07-08 kendunlop New structure used to define CAN expectations. Not using the old table-copying method any more.
11:abd3df435a2b 2022-07-06 kendunlop Fixed a lot of reporting errors with info not appearing.
10:3e15baff40e7 2022-06-28 kendunlop The first implementation of the new baud rate speed-test mode.
9:7c27efe30a77 2022-06-27 kendunlop Reports are a lot tidier now, spaces between lines works better.
8:6f096b45ca15 2022-06-22 kendunlop Nice red highlighted text now shows where the mismatches are in the data!
7:a9150dc1e481 2022-06-21 kendunlop Here's a partially-complete version of Ken_CAN_test. So far you can; - Send various CAN IDs with the number keys; - Press 'Z' to start spamming incrementing CAN messages; - Press 'V' to start spamming incrementing IDs
6:2882710e4f1e 2022-06-17 kendunlop Pressing 'V' now spams all possible IDs (000 to FFF).
5:bf4c6278ca8b 2022-06-16 kendunlop Fixed even more bracket mess. Now the spammer works again, plus everything else I think.
4:e8e9bc25b1ca 2022-06-16 kendunlop Got both CAN channels to work. CanBus is 9 and 10, CanBus2 is 30 and 29 (in that order).
3:79133dcea836 2022-06-16 kendunlop Fixed a bunch of confusions about brackets and setting messageOutText to "".
2:11339018dda6 2022-06-15 kendunlop First iteration of timer function.
1:19d183cf2689 2022-06-14 kendunlop The first commit of Ken CAN test. v58.
0:7a500ebaa7a6 2022-06-08 kendunlop The first commit of the CAN test!