N7COM DIGITAL MODE EXPLORER

N7COM Digital Mode Explorer

◣ MESSAGE 001
◣ PARAMETERS 002
◣ TRANSMISSION 003
Tone IDLE
Clock — / —
Char
Shift LTRS
Symbol
Mark (1) — idle / stop · lower audio tone Space (0) — start bit · higher audio tone
◣ BITSTREAM · ITA2 / BAUDOT 004
ON-AIR ORDER → LSB FIRST · TIME →
How RTTY works

Baudot / ITA2 code. Each character is 5 bits, giving 32 codes — not enough for letters + digits + punctuation, so two shift states (LTRS and FIGS) are used. A control code 11111 switches to LTRS and 11011 switches to FIGS. The transmitter inserts shift codes when it needs to change modes.

Asynchronous framing. Each character is framed by 1 start bit (space, 0) and 1, 1.5, or 2 stop bits (mark, 1). The line idles at mark. Inside the frame, the 5 data bits are sent least‑significant‑bit first. That's why this page shows the table code in MSB notation (e.g. A = 00011) but the on-air bits read in reverse (1 1 0 0 0) — same character, two orderings. The bit-position labels b0..b4 are the on-air order.

FSK tones. Two audio tones, one for mark (1) and one for space (0). Amateur convention is 2125 Hz mark and 2295 Hz space (170 Hz shift) — the mark tone is lower than the space tone in audio. On RF, with LSB modulation (the HF norm), this inverts: mark corresponds to the higher RF frequency. So both statements you'll see in the wild — "mark is lower" and "mark is higher" — can be true; they just refer to different sides of the radio.

Baud rate. 45.45 baud is the classic amateur rate (~60 wpm). One symbol = one bit. At 1 baud, each bit lasts a full second so you can hear the FSK pattern element by element.

Try this. Set baud to 1, type a short message, and listen. The line idles on the lower mark tone, drops to the higher space tone for the start bit, then sends five data bits LSB-first, then returns to mark. Watch the clock pip alternate on every bit boundary — that's the symbol clock.

ITA2 / Baudot character table

Each 5-bit code maps to one character in LTRS shift and a different character in FIGS shift. Codes shown MSB-first (the table convention); on-air bits are sent LSB-first.

© N7COM 2026