From 38c5ae5b60eae9562b97da42f47af3861847f8e5 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sun, 8 May 2022 15:51:35 -0700 Subject: *Proper* serial port for memory downloads. 115200 8O2 RS232 with CRTRTS. --- tool/p8bin2uart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool/p8bin2uart.c') diff --git a/tool/p8bin2uart.c b/tool/p8bin2uart.c index de5a328..88c19cd 100644 --- a/tool/p8bin2uart.c +++ b/tool/p8bin2uart.c @@ -131,7 +131,7 @@ load(FILE *fp) return v; } -#define MAX_LINE_SIZE 63 +#define MAX_LINE_SIZE 127 char buf[MAX_LINE_SIZE * 2] = {0}; -- cgit v1.2.3