pull/2/head
Mateusz Lubecki 2019-09-11 00:09:58 +02:00
rodzic 9123b8b8c8
commit cbda441516
1 zmienionych plików z 4 dodań i 4 usunięć

8
README
Wyświetl plik

@ -35,16 +35,16 @@ limitations. Only these parameters are transmitted:
4. CONFIGURATION
At this point ParaTNC is delivered in form of source code which needs to be manually compiled by the user. Most options are
configured by #define in './include/station_config.h' and then hard-coded by C preprocessor during compilation. An example file
consist a lot of comments which explains what is what, bugt generally an user can choose there what mode should be enabled:
configured by #define in './include/station_config.h' and then hard-coded by the C preprocessor during compilation. An example file
consist a lot of comments which explains what is what, but generally an user can choose there which mode should be enabled:
-> KISS TNC
-> KISS TNC + DIGI
-> KISS TNC + DIGI + METEO
-> VICTRON + DIGI + METEO
-> VICTRON + DIGI
As You see there is no option to use a KISS modem and VE.Direct protocol in the same moment as the software support only
one UART from the micro. The KISS modem runs on default speed of 9600 bps. Telemetry is enabled by default and it will
As You see there is no option to use a KISS modem and the VE.Direct protocol in the same time as the software support only
one UART in the micro. The KISS modem runs on default speed of 9600 bps. Telemetry is enabled by default and it will
trasmit channels values each 10 minutes and full channel descriptions each 70 minutes.