|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Re: Problem with printf()
That seems curious, Kevin. We've done printf's without "\r\n" at all, and it still works.
|
|
#2
|
||||
|
||||
|
Re: Problem with printf()
Quote:
-Kevin |
|
#3
|
|||
|
|||
|
Re: Problem with printf()
I've had some odd problems with printf myself, though I've never had a problem with \r\n.
When I used a printf with about seven %d's, something that should have shown up as a 1 or 0 was printing about 150. It wasn't until I tried using separate printf's for each value that I found that it had either swapped or skipped some of the values and was printing an input from the joystick where it should have been printing a digital input. |
|
#4
|
|||
|
|||
|
Re: Problem with printf()
I'd like to thank everyone again for their help.
Here's how we solved it: There was a lot of code not working in addition to the printf(). However, I discovered some printf()s that were actually working, in a different section of the code. It turns out that we had to have the operator interface plugged in for that code to work. We scratched our heads for awhile about this and came to the conclusion (one of us finally remembered) that without a connection to the OI, the watchdog processor must set all PWMs & Relays to 127 & 0, respectively. Upon further investigation and testing, we think that with no connection to the OI, the process_data_from_master_up() function never gets called from main.c However, once a connection with the OI has been established and then lost, the RC keeps printing whatever it should have been printing before the connection to the OI was lost. The reason we took so long to hook the OI up was that we were under the assumption that we had had this code working and printing before without an OI connection in the past. We now believe that perhaps we did have a connection to the OI at the time we were testing, but simply didn't remember that we hooked it up. This thread has still yielded some good advice. I was not aware that putting commands before all vars were declared was incorrect, and I now have a couple things to try when my printf()s stop working in the future. Again, thank you everyone for your help. |
|
#5
|
|||||
|
|||||
|
Re: Problem with printf()
Quote:
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| printf problem | miketwalker | Programming | 7 | 31-01-2005 13:19 |
| printf problem | cbolin | Programming | 4 | 09-11-2004 02:44 |
| Anyone with a replacement Printf? | Larry Barello | Programming | 5 | 19-03-2004 02:20 |
| printf isn't printf-ing. Help! | Meandmyself | Programming | 14 | 15-02-2004 16:27 |