In the process of playing around with the Uzebox and hacking apart / together some custom video modes, I often find myself wanting to get some simple info printed to the screen. Most of what I'm playing with isn't tile-based, so it'd involve a lot of extra work to get text output from within my code.
Even w/ tile-based modes, I'm sure I'm not the only one who's just wanted to get some extra info up without changing what you normally want to display on the screen.
It occurred to me that line 21 closed captions would be perfect for the job. It seems well within the capabilities of the Uzebox and might not require too much extra work. The problem I'm having is finding enough details on line 21 captions to actually implement them.
It looks like the wiki entry on the EIA-608 standard (http://en.wikipedia.org/wiki/EIA-608) gives enough info to know how to assemble control codes but I've not been able to find (or figure) out exactly how they'd be transmitted serially. I've seen mention that the standard requires there be no setup on line 21 and that characters are transmitted redundantly and that there's multiple channels on each line, all of which tells me that I don't know enough about the standard to go anywhere with this idea.
If anyone has any more info or thoughts on the matter, please chime in.

