simple serial protocol

Dependents:   AwsomeStation LoRaBaseStation LoRaTerminal

History

The CommandPacket is reconstructed. default tip

2016-09-02, by rba90 [Fri, 02 Sep 2016 02:39:04 +0000] rev 11

The CommandPacket is reconstructed.


remove redundant code

2016-09-01, by rba90 [Thu, 01 Sep 2016 04:15:40 +0000] rev 10

remove redundant code


fix a bug where memory access violation would occur

2016-08-24, by rba90 [Wed, 24 Aug 2016 09:42:30 +0000] rev 9

fix a bug where memory access violation would occur


use DEBUG_SIP to toggle debug text on or off

2016-08-12, by rba90 [Fri, 12 Aug 2016 04:08:43 +0000] rev 8

use DEBUG_SIP to toggle debug text on or off


add a method that write to serial port with SIP format

2016-08-12, by rba90 [Fri, 12 Aug 2016 03:32:55 +0000] rev 7

add a method that write to serial port with SIP format


Rename library name

2016-07-23, by rba90 [Sat, 23 Jul 2016 07:39:19 +0000] rev 6

Rename library name


print <E to terminal if no response, otherwise use <F

2016-07-17, by rba90 [Sun, 17 Jul 2016 11:23:05 +0000] rev 5

print <E to terminal if no response, otherwise use <F


response no error if return 0

2016-07-17, by rba90 [Sun, 17 Jul 2016 08:35:56 +0000] rev 4

response no error if return 0


disable CRC by default for testing purpose

2016-07-17, by rba90 [Sun, 17 Jul 2016 04:59:20 +0000] rev 3

disable CRC by default for testing purpose


fix unused variable warning

2016-07-14, by rba90 [Thu, 14 Jul 2016 01:47:06 +0000] rev 2

fix unused variable warning