Analog Serial Transmission - Printable Version +- Forums - Open Redstone Engineers (https://forum.openredstone.org) +-- Forum: ORE General (https://forum.openredstone.org/forum-39.html) +--- Forum: Projects & Inventions (https://forum.openredstone.org/forum-19.html) +---- Forum: In Progress (https://forum.openredstone.org/forum-20.html) +---- Thread: Analog Serial Transmission (/thread-1920.html) |
Analog Serial Transmission - Legofreak - 01-10-2014 Currently I'm debugging an 8x8 screen that takes a 16 digit hex code, sends it over a comparator line, decodes into binary and cascades across the screen. I'm really close but the timing is really hard to get right... aligning the h-sync, v-sync, and data line is driving me crazy. It uses the hex memory I posted recently. The data transfer rate currently is 8 bits/s but I think I might get it up to 10 if i can get the sync right... |