DeflateAwning 2023-07-23 14:57:57 -06:00 zatwierdzone przez GitHub
commit 89a25e5c04
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -65,7 +65,7 @@
"```\n",
"\n",
" * The radio is responsible for sending and receiving the modulated data signals over the air.\n",
" * The TNC is responsible for decoding the data received byt the radio into packets and sending them to the computer; and for receiving packets from the computer, modulating the signal, and causing the radio to transmit the data over the air.\n",
" * The TNC is responsible for decoding the data received by the radio into packets and sending them to the computer; and for receiving packets from the computer, modulating the signal, and causing the radio to transmit the data over the air.\n",
" * The computer is responsible dispaying the data in a human-friendly way.\n",
"\n",
"Because the radio is an integral part of this system, the quality of the radio plays a big part in the quality of the system as a whole. The TNC outlined here is a high-performane TNC that is rendered mediocre with a cheap radio.\n",
@ -698,7 +698,7 @@
"\n",
"For this step you will need a computer running Linux (preferrablY), MacOS or Windows.\n",
"\n",
"Plug the Nucleo board into the computer. Note the serial port address (/dev/tty device or COM port) assigned byt the operating system. On Linux this is often /dev/ttyACM0. On MacOS you should see /dev/cu.usbmodemXXXXX (where the X's are some number). On Windows it will be a COM port.\n",
"Plug the Nucleo board into the computer. Note the serial port address (/dev/tty device or COM port) assigned by the operating system. On Linux this is often /dev/ttyACM0. On MacOS you should see /dev/cu.usbmodemXXXXX (where the X's are some number). On Windows it will be a COM port.\n",
"\n",
"#### Download Config App\n",
"\n",