aboutsummaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorChristina Quast <chrysh.ng+git@gmail.com>2015-06-24 16:05:09 +0200
committerChristina Quast <chrysh.ng+git@gmail.com>2015-06-24 16:05:39 +0200
commit235409aa2ee1c3dff00896ee793e15e32b1fa9d6 (patch)
tree727054f2c8fdeb78182d97e0706ec15927559731 /firmware
parent3d8c093cb222f251e77af58a0bf9a22e7fba1545 (diff)
simtrace.h: Increased host to SIMtrace buf size
The host got stuck sometimes when large data frames had to be send from the host program to SIMtrace. The printouts would just stop if many large packets were received from the SIM card and needed to be transferred to the mobile phone. Increasing the buffer length removed the problem.
Diffstat (limited to 'firmware')
-rw-r--r--firmware/src_simtrace/simtrace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/src_simtrace/simtrace.h b/firmware/src_simtrace/simtrace.h
index 2530ec7..ea2d401 100644
--- a/firmware/src_simtrace/simtrace.h
+++ b/firmware/src_simtrace/simtrace.h
@@ -8,7 +8,7 @@
#define DATAIN 2
#define INT 3
-#define BUFLEN 64
+#define BUFLEN 512
#define PHONE_DATAOUT 4
#define PHONE_DATAIN 5