option to disable rts/cts

This commit is contained in:
boykovra 2024-07-13 17:18:37 +03:00
parent 0e1722207b
commit 07f504579d
5 changed files with 11 additions and 7 deletions

View File

@ -3,7 +3,7 @@ ESPKit for Sprinter computer
Библиотека и приложения для карты Sprinter-WiFi, ISA-8 карты на модуле ESP8266 (ESP12-E,ESP12F). Библиотека и приложения для карты Sprinter-WiFi, ISA-8 карты на модуле ESP8266 (ESP12-E,ESP12F).
Исходные коды для [Sprinter DSS](sources/DSS) и для [MS-DOS](sources/DOS) Исходные коды для [Sprinter DSS](sources/DSS) и для [FreeDOS](sources/DOS)
[Sprinter-WiFi](https://github.com/romychs/SprinterESP) [Sprinter-WiFi](https://github.com/romychs/SprinterESP)

View File

@ -76,7 +76,7 @@ RES_NOT_CONN EQU 6
RES_ENABLED EQU 7 RES_ENABLED EQU 7
RES_DISABLED EQU 8 RES_DISABLED EQU 8
;ENABLE_RTS_CTR EQU 0
MODULE WIFI MODULE WIFI

View File

@ -5,6 +5,8 @@
; License: BSD 3-Clause ; License: BSD 3-Clause
; ====================================================== ; ======================================================
ENABLE_RTS_CTR EQU 1
MODULE WCOMMON MODULE WCOMMON
; ------------------------------------------------------ ; ------------------------------------------------------
@ -155,8 +157,10 @@ INIT_ESP
TRACELN MSG_NO_SLEEP TRACELN MSG_NO_SLEEP
SEND_CMD CMD_NO_SLEEP SEND_CMD CMD_NO_SLEEP
TRACELN MSG_SET_UART IF ENABLE_RTS_CTR
SEND_CMD CMD_SET_SPEED TRACELN MSG_SET_UART
SEND_CMD CMD_SET_SPEED
ENDIF
TRACELN MSG_SET_OPT TRACELN MSG_SET_OPT
SEND_CMD CMD_CWLAP_OPT SEND_CMD CMD_CWLAP_OPT

View File

@ -226,7 +226,7 @@ OK_EXIT
; ------------------------------------------------------ ; ------------------------------------------------------
MSG_START MSG_START
DB "Terminal for Sprinter-WiFi by Sprinter Team. v1.0 beta1, ", __DATE__, "\r\n", 0 DB "Terminal for Sprinter-WiFi by Sprinter Team. v1.0 beta2, ", __DATE__, "\r\n", 0
MSG_HLP MSG_HLP
DB"\r\nEnter ESP AT command or Alt+x to close terminal.",0 DB"\r\nEnter ESP AT command or Alt+x to close terminal.",0
MSG_EXIT MSG_EXIT

View File

@ -1,9 +1,9 @@
ESPKit for Sprinter computer ESPKit for Sprinter computer
============================ ============================
Исходные коды на ассемблере [sjasmplus](https://github.com/z00m128/sjasmplus) для [Sprinter DSS Estex](sources/DSS). [Исходные коды](sources/DSS) на ассемблере [sjasmplus](https://github.com/z00m128/sjasmplus) для Sprinter DSS Estex.
Исходные коды на Boland C++ 3.0 для [MS-DOS](sources/DOS). [Исходные коды](sources/DOS) на Boland C++ 3.0 для [FreeDOS](https://gitlab.com/FreeDOS).
[Sprinter-WiFi](https://github.com/romychs/SprinterESP) [Sprinter-WiFi](https://github.com/romychs/SprinterESP)