Potential connection issues fixes

This commit is contained in:
Josh Stewart 2016-06-06 06:17:35 +10:00
parent a501dfbb7c
commit 657592a9a4
2 changed files with 10 additions and 9 deletions

View File

@ -61,12 +61,14 @@ void command()
//Serial.print(signature);
//break;
char titleString[19];
char titleString[18];
strcat(titleString, displaySignature);
strcat(titleString, " ");
strcat(titleString, TSfirmwareVersion);
Serial.write(titleString,19);
Serial.print(titleString);
//Serial.write(titleString,16);
//Serial.write("Speeduino 2016.05",18);
break;
case 'Q': // send code version

View File

@ -81,20 +81,19 @@
burnCommand = "B"
pageSize = 288, 64, 288, 64, 288, 64, 64, 160
pageActivationDelay = 10
; pageActivate = ""
pageActivate = "P\001", "P\002", "P\003", "P\004", "P\005", "P\006", "P\007", "P\010"
pageReadCommand = "V", "V", "V", "V", "V", "V", "V", "V"
pageValueWrite = "W%2o%v", "W%o%v", "W%2o%v", "W%o%v", "W%2o%v", "W%o%v", "W%o%v", "W%o%v"
;\x00%2
; pageChunkWrite = "" ; No chunk write for standard MS
blockingFactor = 2048
tableBlockingFactor = 2048
delayAfterPortOpen=1000
blockReadTimeout = 500
;validateArrayBounds = true
blockReadTimeout = 700
;tsWriteBlocks = on
; writeBlocks = on
;interWriteDelay = 0
;interWriteDelay = 12
;Page 1 is the fuel map and axis bins only
page = 1
@ -613,7 +612,7 @@ page = 8
iacStepHyster = "The minimum number of steps to move in any one go."
iacAlgorithm = "Selects method of idle control.\nNone = no idle control valve.\nOn/Off valve.\nPWM valve (2,3 wire).\nStepper Valve (4,6,8 wire)."
iacPWMdir = "Normal PWM valves increase RPM with higher duty. If RPM decreases with higher duty then select Reverse
iacPWMdir = "Normal PWM valves increase RPM with higher duty. If RPM decreases with higher duty then select Reverse"
dfcoRPM = "The RPM above which DFCO will be active. Typically set a few hundred RPM above maximum idle speed"
dfcoHyster = "Hysteresis for DFCO RPM. 200-300 RPM is typical for this, however a higher value may be needed if the RPM is fluctuating around the cutout speed"
@ -1156,7 +1155,7 @@ page = 8
indicator = { launchHard }, "Launch Hard", "Launch Hard", white, black, green, black
indicator = { launchSoft }, "Launch Soft", "Launch Soft", white, black, green, black
indicator = { softlimitOn }, "Soft Limiter OFF", "Soft Limiter",white, black, red, black
indicator = { hardlimitOn }, "Hard Limiter OFF", "Hard Limiter",white, black, red, black
indicator = { hardLimitOn }, "Hard Limiter OFF", "Hard Limiter",white, black, red, black
indicator = { boostCutOut }, "Boost Cut OFF", "Boost Cut",white, black, red, black
;-------------------------------------------------------------------------------