(12-06-2016, 05:02 PM)minestyler007 Wrote: hey optimo,
i was working on fitting 1 tick signals in comparators... it did work but i couldnt realy make useful stuff with it i could show you what i came up with and you could maybe try to make something with it. I was trying to convert the 1 tick serial bits into binary but didnt manage to finish it.
I'll take a look sure. it's not impossible entirely - some have had varying success storing or retrieving a pulse, but it winds up being 1.5 ticks actually which means you're having to process data with symbols made from pulses that are taking more than one tick, it winds up being 2 pulses per 3 ticks but making sense of where one starts and ends is tricky.
magic had built something to show how tricky it was to delete a single bit from a stream packed that tightly, for example. because that .5 tick artifact.
probably you hit the same problems that others and myself have with that cramming of signal. sending a continuous stream of nibble data and decoding it on the other end is demonstrable but perhaps unreliable or a bug by nature.