Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrated CharArray for sending nullbytes in frame commit 6e3692e Author: F-L-X-S <[email protected]> Date: Tue Oct 1 22:17:27 2024 +0200 specified Partner-device commit 30bdde8 Author: F-L-X-S <[email protected]> Date: Tue Oct 1 22:09:13 2024 +0200 removed nulltermination (not necessary for CharArray) commit 5fc238b Author: F-L-X-S <[email protected]> Date: Tue Oct 1 21:33:27 2024 +0200 exit-condition in receive loop before nullbyte-condition/removed serial-debug functions commit 62bafb7 Author: F-L-X-S <[email protected]> Date: Tue Oct 1 21:30:20 2024 +0200 modified test for CharArray commit 5b5937f Author: F-L-X-S <[email protected]> Date: Tue Oct 1 21:29:55 2024 +0200 Constructor from String commit eabf6b5 Author: F-L-X-S <[email protected]> Date: Tue Oct 1 20:44:42 2024 +0200 serial debugging with char-array commit bc974c2 Author: F-L-X-S <[email protected]> Date: Tue Oct 1 20:43:54 2024 +0200 removed serial debug lib commit 527ff84 Author: F-L-X-S <[email protected]> Date: Wed Sep 18 21:17:42 2024 +0200 docs commit 5a5219f Author: F-L-X-S <[email protected]> Date: Wed Sep 18 21:17:07 2024 +0200 renamed test commit 7112f68 Author: F-L-X-S <[email protected]> Date: Wed Sep 18 21:15:16 2024 +0200 receive-testing for CharArray commit 66b7077 Author: F-L-X-S <[email protected]> Date: Wed Sep 18 21:03:11 2024 +0200 String assignment commit 1551f3e Author: F-L-X-S <[email protected]> Date: Wed Sep 18 21:02:56 2024 +0200 modified test for CharArray commit 1b5863d Author: F-L-X-S <[email protected]> Date: Wed Sep 18 19:37:46 2024 +0200 hex-string as classfunction commit 585dcbd Author: F-L-X-S <[email protected]> Date: Wed Sep 18 19:37:33 2024 +0200 Added hex-string representation commit 0ea954c Author: F-L-X-S <[email protected]> Date: Wed Sep 18 19:24:07 2024 +0200 Manual Test for CharArray commit 6a8322c Author: F-L-X-S <[email protected]> Date: Wed Sep 18 19:08:18 2024 +0200 process charArray of representation as const char* commit f1c229e Author: F-L-X-S <[email protected]> Date: Wed Sep 18 19:07:41 2024 +0200 deleted constructor with predefined size / added copy- and assignment-operator / getData as const commit e48c5a1 Author: F-L-X-S <[email protected]> Date: Wed Sep 18 17:17:37 2024 +0200 removed copy-constructor and assignment operator commit 4e47e0d Author: F-L-X-S <[email protected]> Date: Wed Sep 18 17:17:19 2024 +0200 added equality operator commit a4d08af Author: F-L-X-S <[email protected]> Date: Sat Sep 14 09:22:52 2024 +0200 replaced frameString by CharArray commit 420bf22 Author: F-L-X-S <[email protected]> Date: Sat Sep 14 09:22:41 2024 +0200 string Pdu as String commit c4c3111 Author: F-L-X-S <[email protected]> Date: Sat Sep 14 08:08:40 2024 +0200 deleted buffersize calculation commit c4fe836 Author: F-L-X-S <[email protected]> Date: Fri Sep 13 17:59:42 2024 +0200 pduString as String / Frame as CharArray (copy_to_heap not necessary anymore-> deleted) commit d8aca66 Author: F-L-X-S <[email protected]> Date: Fri Sep 13 17:58:44 2024 +0200 recBuffer as pointer to charArray commit df39703 Author: F-L-X-S <[email protected]> Date: Fri Sep 13 17:58:16 2024 +0200 replaced Frame/frameString by charArray commit 315e72e Author: F-L-X-S <[email protected]> Date: Fri Sep 13 17:57:31 2024 +0200 deleted getPDU and getFrame-function, replaced frameString by charArray commit e5eda41 Author: F-L-X-S <[email protected]> Date: Fri Sep 13 17:56:41 2024 +0200 Created CharArray class commit 9c43ad9 Author: F-L-X-S <[email protected]> Date: Fri Sep 13 11:21:43 2024 +0200 typo commit 9273311 Author: F-L-X-S <[email protected]> Date: Fri Sep 13 08:50:17 2024 +0200 silencetime for nullbyte detection commit b795b05 Author: F-L-X-S <[email protected]> Date: Fri Sep 13 08:18:18 2024 +0200 Revert "CRC as Hex in ASCII-format" This reverts commit b28a7ad. commit 76bec93 Author: F-L-X-S <[email protected]> Date: Fri Sep 13 08:16:52 2024 +0200 Revert "frame with null in crc" This reverts commit 730fa36. commit 730fa36 Author: F-L-X-S <[email protected]> Date: Fri Sep 13 08:13:28 2024 +0200 frame with null in crc commit b28a7ad Author: F-L-X-S <[email protected]> Date: Wed Sep 11 14:08:55 2024 +0200 CRC as Hex in ASCII-format commit 6c67158 Author: F-L-X-S <[email protected]> Date: Wed Sep 11 09:17:53 2024 +0200 Ack only for non-ACK messages
- Loading branch information