Skip to content

Commit

Permalink
Added some optimization of the serial handling for reading files to C…
Browse files Browse the repository at this point in the history
…BM. Serial buffer size now also controlled from the Arduino over the serial protocol. Optimization by default off.
  • Loading branch information
Larswad committed Dec 9, 2013
1 parent dca5405 commit 5e1f2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uno2iec/global_defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e1f2e2

Please sign in to comment.