From e70db413a029a5e9fffa6149b14ef0f851c0c2d8 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Sat, 12 Feb 2022 16:49:50 -0600 Subject: [PATCH] Fix gs232.c to allow \r as well as \n for Green Heron GS232B emulation https://github.com/Hamlib/Hamlib/issues/962 --- rotators/gs232a/gs232b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rotators/gs232a/gs232b.c b/rotators/gs232a/gs232b.c index f693d9120..52555d8ac 100644 --- a/rotators/gs232a/gs232b.c +++ b/rotators/gs232a/gs232b.c @@ -35,7 +35,7 @@ #include "idx_builtin.h" #define EOM "\r" -#define REPLY_EOM "\n" +#define REPLY_EOM "\r\n" #define BUFSZ 64