View Single Post
  #1   Spotlight this post!  
Unread 19-02-2008, 00:20
Jake M Jake M is offline
void* Jake;
FRC #1178 (DURT)
Team Role: Programmer
 
Join Date: Jan 2006
Rookie Year: 2005
Location: Missouri
Posts: 118
Jake M has a spectacular aura aboutJake M has a spectacular aura about
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();
 }