View Single Post
  #11   Spotlight this post!  
Unread 21-01-2007, 15:23
groovy69 groovy69 is offline
Registered User
no team
 
Join Date: Jan 2007
Location: toronto
Posts: 7
groovy69 is an unknown quantity at this point
Re: MPLAB 7.20 Help please?

another problem now.. in the com1 terminal window.. it doesnt display any of my printfs... which is puzzling...


essentially this is all i want to see:


-------------------------


rot = Get_Analog_Value(rc_ana_in01);
temp = Get_Analog_Value(rc_ana_in02);
pot = Get_Analog_Value(rc_ana_in03);
ac = Get_Analog_Value(rc_ana_in04);


printf("rot: 3%d, temp: 3%d, pot: 3%d, ac: %d/r", rot, temp, pot, ac);