Thread: Output Error
View Single Post
  #2   Spotlight this post!  
Unread 17-01-2006, 21:32
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
Re: Output Error

What kind of values? Through a printf() call, I assume. The IFI terminal, which I assume you're referring to, can be a little strange sometimes. The only time I've ever gotten any output to the terminal is immediately after uploading code, before you unplug the cable. Try it again, and if you still don't get any output, double check that there isn't an if() statement or something in your code that prevents printf() from being called. Other than that, something in your hardware must be faulty.
__________________
Code:
void function(void)
 {
  function();
 }