20190816

Dependencies:   mbed

Revisions of main.cpp

Revision Date Message Actions
20:b60d2a5cd128 2019-08-07 Duplex L432KC<->F072RB is working, but Rx header detection not realized yet )))) File  Diff  Annotate
19:09c21f5f0625 2019-08-07 Tx by Ticker, main cycle for Rx. File  Diff  Annotate
18:bef650cab156 2019-08-05 Using USART1 of L432KC instead of terminal. Some cleaning. File  Diff  Annotate
16:459ad1bd82fd 2019-08-04 Redefinitions. Bug with "memcpy" parameters in "CopyArr_InitTx" fixed. (Struct and so on) packing problem solved. File  Diff  Annotate
15:30e45bd5902e 2019-08-04 "GetCheckSum" added. "TxBuff" and "RxBuff" now are structs instead of arrays. File  Diff  Annotate
14:b113f676ef42 2019-08-04 One-level Tx bufferization by "TxBuff". Tx control by "StartTx". TxInit optimization by "CopyArr_InitTx". File  Diff  Annotate
13:b9e066badefa 2019-08-04 "ArrRxCmplt" renamed to "RxBuffFull". File  Diff  Annotate
12:6f63e376c0aa 2019-08-03 New struct and union types added. Arrays sizes redefined. File  Diff  Annotate
11:6519744c77f9 2019-08-03 Organized TxRxService (aka "class"). File  Diff  Annotate
10:f7a320faef76 2019-08-03 Now using TxBuffer and RxBuffer. File  Diff  Annotate
9:dcddb19ad551 2019-08-03 Using "memcpy" instead od "CopyMemUint8".; --------------- File  Diff  Annotate
8:cad966c09853 2019-08-03 Rx and Tx were separated. File  Diff  Annotate
7:7aaa14391264 2019-08-03 "PrjDefs.h" added. Obvious changes. File  Diff  Annotate
6:1364a236ee22 2019-08-03 Minor reorganization of previous. File  Diff  Annotate
5:ad4e5a078834 2019-08-03 Working with ArrTx by pointer instead of index. File  Diff  Annotate
4:d461cadeb702 2019-08-03 Working with ArrRx by pointer instead of index. File  Diff  Annotate
3:7cdb20aac969 2019-08-03 ArrTx is copied from ArrRx by func (with default values) working with pointers. File  Diff  Annotate
2:56a194afd255 2019-08-02 array[16] receive, then copy to another, then send back, all by intrs. File  Diff  Annotate
1:e5810b8734ec 2019-08-02 jkljkljkl File  Diff  Annotate
0:5152e3f9df72 2019-08-02 Char receive, then sending array by interrupt. Received char echo on/off by "LeadingEcho". Receiving by polling or by interrupt ("RxInterruptEnable"). File  Diff  Annotate