![]() |
Forum Index : Microcontroller and PC projects : ESP8266/Micromite/sending a log
![]() ![]() |
|||||
Author | Message | ||||
centrex![]() Guru ![]() Joined: 13/11/2011 Location: AustraliaPosts: 320 |
Hi Jim I just loaded the little terminal program into the uMite 170 and expected to be able to talk to the esp8266 via the chat window but no joy. cliff Cliff |
||||
TassyJim![]() Guru ![]() Joined: 07/08/2011 Location: AustraliaPosts: 6268 |
OK. I found the program you were referring to. Try this slightly modified version. I have added the LF to each CR and put in a delay. It is always good to have a delay in a loop until you are sure it's debugged. OPEN "com1:115200" AS #1 DO PRINT INPUT$(1,#1); k$ = INKEY$ IF k$=CHR$(13) THEN k$=CHR$(13)+CHR$(10) PRINT #1, k$; PAUSE 50 LOOP You might have to change the baud rate. Jim VK7JH MMedit |
||||
centrex![]() Guru ![]() Joined: 13/11/2011 Location: AustraliaPosts: 320 |
Fantastic works like charm. Now to see what else I can do with it then find a use. Thanks cliff Cliff |
||||
![]() ![]() |
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |