TAMS / Java / Hades / applets: contents | previous | next | ||||
Hades Applets contents visual index introduction std_logic_1164 gatelevel circuits delay models flipflops adders and arithm... counters LFSR and selftest memories programmable logic state-machine editor misc. demos LED sign RS232 transm... RS232 transm... controller shift-register input-buffer RS232 receiv... RS232 receiver controller shift-register output-buffer FSK modem FSK modulator I/O and displays DCF-77 clock relays (switch-le... CMOS circuits (sw... RTLIB logic RTLIB registers Prima processor D*CORE MicroJava Pic16 cosimulation Mips R3000 cosimu... Intel MCS4 (i4004) image processing ... [Sch04] Codeumsetzer [Sch04] Addierer [Sch04] Flipflops [Sch04] Schaltwerke [Sch04] RALU, Min... [Fer05] State-Mac... [Fer05] PIC16F84/... [Fer05] Miscellan... [Fer05] Femtojava FreeTTS | parallel-in serial-out shift-register
Circuit Description
A parallel-load serial-out shift-register.
Use mouse-clicks or type the bindkeys 'c' and 'e' to control the clock and enable (load/nshift) inputs, and the bindkeys '0' .. '7' to control the data inputs. All flipflops are connected to the same clock and reset signals. and are sensitive to the rising-edge of the clock signal. The multiplexers are controlled via the 'LOAD/nSHIFT' input. When 'LOAD/nSHIFT' is high during the rising-edge of the clock, the flipflops are loaded with the parallel input data. When 'LOAD/nSHIFT' is low during the rising-edge of the clock, the multiplexers connect subsequent stages, so that the register contents is shifted by one bit-position. The default value on an idle RS-232 serial communication channel is high, while the start bit is low. This explains the constant input values for the first (bottom-most) flipflops. The next eight flipflops provide the actual input data, with the least-significant bit transmitted first. The next flipflops provide the optional parity bit and the required extra stop bit.
| |||
Print version | Run this demo in the Hades editor (via Java WebStart) | ||||
Usage | FAQ | About | License | Feedback | Tutorial (PDF) | Referenzkarte (PDF, in German) | ||||
Impressum | http://tams.informatik.uni-hamburg.de/applets/hades/webdemos/45-misc/30-uart/shifter.html |