From f67b09cb51e7799ba86c56bdb6f2bd6b718348d0 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 17 Mar 2018 17:40:55 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86cb0c2..e3aba93 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ When saving the configuration, it is written to EEPROM, so it will persist betwe To connect to the modem use __9600 baud, 8N1__ serial. By default, the firmware uses time-sensitive input, which means that it will buffer serial data as it comes in, and when it has received no data for a few milliseconds, it will start interpreting whatever it has received. This means you need to set your serial terminal program to not send data for every keystroke, but only on new-line, or pressing send or whatever. If you do not want this behaviour, you can compile the firmware with the DEBUG flag set, which will make the modem wait for a new-line character before interpreting the received data. I would generally advise against this though, since it means that you cannot have newline characters in whatever data you want to send! -![MicroModem](https://raw.githubusercontent.com/markqvist/MicroModem/master/Design/Images/1.jpg) +![MicroModem](https://unsigned.io/wp-content/uploads/2014/11/A1-1024x731.jpg) The project has been implemented in your normal C with makefile style, and uses AVR Libc. The firmware is compatible with Arduino-based products, although it was not written in the Arduino IDE.