I went ahead and bought the QL200 for $125 shipped.
Success!
I got my board about a week ago and went straight to work.
I'll post a review on it as I settle in on my selected work environment and after I compile the list of on-line resources I used.
So far I have done the basic led, switch, display, clock, and created a few "composite" programs of these code pieces. My latest project of my own is a looped main routine, interrupted by key-press (4x4 matrix), choosing led combinations based on table lookup keyed off register content resulting from key-press, and then displaying LEDs.
In a nutshell:
1)Got the MCU bug less than two months ago. I knew ZERO about microcontrollers, but have a very good foundation in assembly (Z80, x86).
2)Discovered development board options, choose QL200 and bought stuff.
3)Settled on a PIC16F (Thanks forum!).
4)Built my PIC development lab (bolted everything down inside a Halliburton "ZERO" case).
5)Loaded up the QL200 application and USB driver....verified connectivity OK.
6)My studies up to this point suggested I go assembler route for now. Will reassess after I fully understand internal PIC16F operation in managing I/O flow, clocking, and interrupt handling.
7)Settled on MPLAB, MSAM assembler, and MPLAB-SIM for debugging (need a debugger/programmer....looking for input to guide my selection).
8)Studied PIC16F syntax, PIC16F "include" library.
9)Was creating my own code within a day.....I had no idea how quickly my assembler knowledge from TWENTY-THREE years ago would come back to me. I was expecting this to take a month or more.
Why the development board was a good choice for me:
It allowed me to jump straight into creating code. I did not have to patch a single jumper. Everything is routed via dip switches, uploading code through the simple USB programmer.
It kick-started my learning process by a few weeks. I expect I will be putting my old breadboard trainer to work very shortly, relegating the QL200 for basic stuff such as programming the MCU, keyboard, switches, LEDs, the onboard clock, etc.