From 5e1f2e28df949825a1edf766d8db211c5d828ae6 Mon Sep 17 00:00:00 2001 From: Lars Wadefalk Date: Tue, 10 Dec 2013 00:36:52 +0100 Subject: [PATCH] Added some optimization of the serial handling for reading files to CBM. Serial buffer size now also controlled from the Arduino over the serial protocol. Optimization by default off. --- uno2iec/global_defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uno2iec/global_defines.h b/uno2iec/global_defines.h index 42d89c5..147706f 100644 --- a/uno2iec/global_defines.h +++ b/uno2iec/global_defines.h @@ -28,7 +28,7 @@ typedef unsigned long ulong; // Define this for speed increase when reading (filling serial buffer while transferring // to CBM without interrupts off). It is experimental, stability needs to be checked // further even though it seems to work just fine. -#define EXPERIMENTAL_SPEED_FIX +//#define EXPERIMENTAL_SPEED_FIX // For serial communication. 115200 Works fine, but probably use 57600 for bluetooth dongle for stability. #define DEFAULT_BAUD_RATE 115200