The first publish of Ken_CAN_test.

Dependencies:   mbed

History

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

2022-07-11, by kendunlop [Mon, 11 Jul 2022 16:28:07 +0000] rev 13

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.


New structure used to define CAN expectations. Not using the old table-copying method any more.

2022-07-08, by kendunlop [Fri, 08 Jul 2022 13:04:15 +0000] rev 12

New structure used to define CAN expectations. Not using the old table-copying method any more.


Fixed a lot of reporting errors with info not appearing.

2022-07-06, by kendunlop [Wed, 06 Jul 2022 11:19:51 +0000] rev 11

Fixed a lot of reporting errors with info not appearing.


The first implementation of the new baud rate speed-test mode.

2022-06-28, by kendunlop [Tue, 28 Jun 2022 13:27:11 +0000] rev 10

The first implementation of the new baud rate speed-test mode.


Reports are a lot tidier now, spaces between lines works better.

2022-06-27, by kendunlop [Mon, 27 Jun 2022 13:14:20 +0000] rev 9

Reports are a lot tidier now, spaces between lines works better.


Nice red highlighted text now shows where the mismatches are in the data!

2022-06-22, by kendunlop [Wed, 22 Jun 2022 16:04:06 +0000] rev 8

Nice red highlighted text now shows where the mismatches are in the data!


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

2022-06-21, by kendunlop [Tue, 21 Jun 2022 08:44:17 +0000] rev 7

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


Pressing 'V' now spams all possible IDs (000 to FFF).

2022-06-17, by kendunlop [Fri, 17 Jun 2022 10:13:51 +0000] rev 6

Pressing 'V' now spams all possible IDs (000 to FFF).


Fixed even more bracket mess. Now the spammer works again, plus everything else I think.

2022-06-16, by kendunlop [Thu, 16 Jun 2022 14:44:55 +0000] rev 5

Fixed even more bracket mess. Now the spammer works again, plus everything else I think.


Got both CAN channels to work. CanBus is 9 and 10, CanBus2 is 30 and 29 (in that order).

2022-06-16, by kendunlop [Thu, 16 Jun 2022 14:34:31 +0000] rev 4

Got both CAN channels to work. CanBus is 9 and 10, CanBus2 is 30 and 29 (in that order).