Tyris parallel port is only TTL, how could you get 13.7? Or you mean the signal from the parallel port only gives you a lower voltage than necessary from the PIC?
Apparently the PIC F877 can be programmed with only 5v, once you set the appropriate flag during high-volt (13) programming. I agree, it is a very nice microcontroller!
I thought you had to buy the CCS compiler? I've started to use JAL (Just Another Language) , and JALss has a built in circuit simulator so that's very handy. I think there is also a linux version of that, so i may be looking for someone to help me compile for x/qt! 8-) JAL also seems to be nice, because if there are any limitations in the language, or of my understanding you can use the assembler directive and start to write assembly in the middle of the code.
I intend to build a serial port programmer for the Zaurus. Someone told me on another of my posts that the serial port is only TTL - if this is the case, it's perfect and i don't have to do logic level translations to true RS232.
I need to learn more assembly, but it's going well. Have digital i/o working and also reading a A/D port - i just have to work out the middle parts to get it to do something interesting!