blob: f2e650327ec2c933337c2ed709f1e5a93352b8d9 [file] [log] [blame]
Harald Weltea362ee92017-05-15 16:39:56 +02001Initializing sercomm_inst
2Registering callback for invalid DLCI
3Registering callback for valid DLCI
4Checking reject of overlod of valid DLCI
5Checking Rx of incoming msg for valid DLCI
6Feeding data into sercomm: 7e 17 03 32 33 7e
7dlci_rx_cb(): 32 33
8Checking Rx of incoming msg for unequipped DLCI
9Feeding data into sercomm: 7e 03 03 66 6f 6f 7e
10Checking Rx of incoming msg for valid DLCI
11Feeding data into sercomm: 7e 17 03 32 33 7e
12dlci_rx_cb(): 32 33
13Checking Rx of incoming msg with escaped char for valid DLCI
14Feeding data into sercomm: 7e 17 03 7d 12 33 7e
15dlci_rx_cb(): 32 33
16Checking that no chars are to be transmitted
17Transmitting msgb through sercomm
18Draining from UART: 0x7e 0x2a 0x03 0x4d 0x61 0x68 0x6c 0x7a 0x65 0x69 0x74 0x7e
19Testing built-in echo DLCI
20Feeding data into sercomm: 7e 80 03 65 63 68 6f 7e
21Draining from UART: 0x7e 0x80 0x03 0x65 0x63 0x68 0x6f 0x7e