|
Program Port Specs
I've been doing some research around here for a wireless programming setup, as an off-season project, and several people have mentioned that most bluetooth dongles are too slow to interface with the program port, at least when loading actual program code. I've searched around, but I can't seem to find any solid specs on the port itself. There's no reference in the PIC manuals, which kinda makes sense as the program port is an IFI implementation, but there's nothing in IFI's stuff either, aside from the basic "How to use IFI_Loader to load a program" walkthrough. Can anyone help direct me?
__________________
Code:
void function(void)
{
function();
}
|