Increase Buffer for SW Serial and Modified Protocol for EEProm

This commit is contained in:
phdlee
2018-06-16 21:45:55 +09:00
parent 0e13dd0267
commit 82177199c4
3 changed files with 36 additions and 18 deletions

View File

@@ -32,6 +32,7 @@ SWSerial_Write to sSerial.write
SWSerial_Available to sSerial.available
SWSerial_Read to sSerial.read
KD8CEC, Ian Lee
-----------------------------------------------------------------------
License
All licenses for the source code are subject to the license of the original source SoftwareSerial Library.
@@ -76,7 +77,7 @@ http://arduiniana.org.
//================================================================
#define TX_PIN 9
#define RX_PIN 8
#define _SS_MAX_RX_BUFF 20 // RX buffer size
#define _SS_MAX_RX_BUFF 35 // RX buffer size
#define PRINT_MAX_LENGTH 30
//================================================================