Today I finally got this to work.
Located at /warp RekTV
I'm sending a 64bit image using a serial analog line. It uses my NIBL-16 hex memory to store the image and send it at 8 b/s.
-Backside colors-
Red: read line and decoder
Black: multiplexer and bit limiter
Orange: receiver
Magenta: clock
Cyan: vertical selector
Here is part of my control panel. You select 4 pixels at a time and choose a 4 bit number to represent them. There are 16 buttons for selection and write. The signs up top show which 4 pixels you are editing. When you hit the send button, it sends a long pulse of 15, followed by the data, to the receiver. It detects the pulse and starts the receive process.
Currently it runs at 8b/s but I think it could run at 10... I guess now that I got this working I can try to speed it up.
Located at /warp RekTV
I'm sending a 64bit image using a serial analog line. It uses my NIBL-16 hex memory to store the image and send it at 8 b/s.
-Backside colors-
Red: read line and decoder
Black: multiplexer and bit limiter
Orange: receiver
Magenta: clock
Cyan: vertical selector
Here is part of my control panel. You select 4 pixels at a time and choose a 4 bit number to represent them. There are 16 buttons for selection and write. The signs up top show which 4 pixels you are editing. When you hit the send button, it sends a long pulse of 15, followed by the data, to the receiver. It detects the pulse and starts the receive process.
Currently it runs at 8b/s but I think it could run at 10... I guess now that I got this working I can try to speed it up.