GUESTBOOK
Great chatting with you
It looks like you're putting quite a lot of work into your project. One question: would it be possible to support 9600 baud? Most U/VHF packet networks in the US transitioned from 1200 to 9600 baud long ago.
Thanks!
Interesting project. Good luck! 73
Nice work ! Very well done job by your Software TNC, and decodes what AGWPE don't...
THX !
hello,
can you help me for a formule to calculate the CRC checksum for APRS or packet AX25.
i can't find anything good.
know you the algorytme and a soft in c or c++, i have this:
// Module functions
static void
update_crc(uint8_t a_bit)
{
crc ^= a_bit;
if (crc & 1)
crc = (crc >> 1) ^ 0x8408; // X-modem CRC poly
else
crc = crc >> 1;
}
but it don't give the good result?????
thank's
RP
73 QRO f1gho
Привет!
Спасибо за утилиту. Хотелось бы увидеть так же скорость 9600.
Было бы интересно в утилите иметь встроенную поддержку APRS, а так же APRS для спутников и МКС, чтобы не использовать другие программы.
Было бы удобно взаимодействие с UR5EQF_Log и HamRadioDeluxe!
Привет, а как у вас организована работа FBB BBS,
старый компьютер с ДОС или этот Windows версия, которая как известно имеет проблемы со стабильностью? Ответьте на e-mail пожалуйста
What a joy, great work. Thank you very much sir. 73
Soundmodem works very well on HF and VHF under Linux. 73! de Jurek
Hello. Great work on UZ7HO AX.25.