# HG changeset patch # User Mychaela Falconia # Date 1517732634 0 # Node ID e0260c2982b63d7a6ac0137f0407005b8d740c52 # Parent 940ab98efefda2b747c14a701f92ee22917a7f18 fcup-atinterf: brown paper bag diff -r 940ab98efefd -r e0260c2982b6 uptools/atinterf/fcup-atinterf.c --- a/uptools/atinterf/fcup-atinterf.c Sun Feb 04 07:58:04 2018 +0000 +++ b/uptools/atinterf/fcup-atinterf.c Sun Feb 04 08:23:54 2018 +0000 @@ -89,7 +89,7 @@ printf("F%s\n", response); return; } - send_to_target(message, '\033'); + send_to_target(message, '\032'); collect_target_response(); if (strcmp(message, response)) { printf("Efailed to get echo of message\n");