Search:

Type: Posts; User: jimblumberg

Search: Search took 0.19 seconds.

  1. Replies
    48
    Views
    15,397

    Read the documentation for the fopen() function....

    Read the documentation for the fopen() function. You should have documentation for this function in your compiler documentation.

    How are you getting this program to your embedded system so it can...
  2. Replies
    48
    Views
    15,397

    Have you tried writing a file from your embedded...

    Have you tried writing a file from your embedded system? If not you may want to give that a try. Trying to create an output file can tell you a couple of things. First if the opening succeeds you...
  3. Replies
    48
    Views
    15,397

    Have you looked through your documentation for...

    Have you looked through your documentation for MPLAB? There are instructions in the "C Compiler Getting Started Guide" that may help.

    Jim
  4. Replies
    48
    Views
    15,397

    Is this the code that is running on your embedded...

    Is this the code that is running on your embedded processor board? If it is how did you configure the serial port parameters? Are you sure that the printf() and scanf() routines are actually set to...
Results 1 to 4 of 4