MkIIa: sync-header

dump
Zilog80 2016-02-28 16:12:32 +01:00
rodzic 36d81a7535
commit ba2589c849
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -166,7 +166,7 @@ int read_bits_fsk(FILE *fp, int *bit, int *len) {
#define HEADOFS 0
// CA CA CA 24 52
char header[] = "0010100111""0010100111""0010100111""0001001001"; //"0010010101";
// moeglicherweise auch anderes sync-byte als 0xCA moeglich
char sync[] = "0010100111""0010100111""0010100111""0010100111"; // CA CA CA CA
#define FRAMESTART 0

Wyświetl plik

@ -11,6 +11,8 @@ bytes: big endian
sync:
... 0 01010011 10 01010011 10 01010011 10 01010011 1
CA CA CA CA
(moeglicherweise auch anderes sync-byte moeglich)
head:
0 00100100 10 01001010 1
24 52