16F877A problem: "coupled" digital values


Closed Thread
Results 1 to 17 of 17

Hybrid View

  1. #1
    T.Jackson's Avatar
    T.Jackson Guest


    Did you find this post helpful? Yes | No

    Default Not as intimidating as it first looks

    Quote Originally Posted by mackrackit View Post
    I do not think your post was inappropriate, just thought you posted to the wrong forum.
    There are a few here that use "C" and I understand needing help.

    Tried PIC programming in "C" a few years ago and like you I could not find help. That was one of the reasons I ended up using PIC BASIC.

    Good luck.
    C / Java is not as intimidating as it first looks - but you will find it difficult to learn from just reading a book. I learned more about Java from 100pgs of lecture material that was straight to the point than I did from reading portions of a 1,000pg book. The practical assignments helped as well. It's clearly a language that needs to be taught formally with a lot of resources for help.

  2. #2
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by T.Jackson View Post
    C / Java is not as intimidating as it first looks.
    About six months ago I purchased two Java books. I am starting to make a little progress. Now my biggest problem is finding time to work on it. The IDEs like NetBeans just made it more confusing. Every one seems to have a different method. Now I am using gedit and compiling from the command line.
    Dave
    Always wear safety glasses while programming.

  3. #3
    T.Jackson's Avatar
    T.Jackson Guest


    Did you find this post helpful? Yes | No

    Default

    Personally, I just compile at console level. Typically I'll have two instances, 1 for compiling and the other for running / testing. As you may or may not be aware, java files need to be launched at console level unless you create a jar file with the inclusion of a manifest in order to be able to execute the program at OS level (double click to run) - which is your typical Windows-based executable. Sadly, this is as about as good as it gets for a standalone application with Java.

  4. #4
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    I got the manifest and jar things figured out. Those were some of the things the books did not cover well. Google to the rescue.

    The thing I like about java and the reason I want to learn it is its cross platform capability.
    Dave
    Always wear safety glasses while programming.

  5. #5
    T.Jackson's Avatar
    T.Jackson Guest


    Did you find this post helpful? Yes | No

    Default

    Java is king for that. No time lost learning Java, it uses the same syntax as C, it's object oriented, performance wise it's arguably almost par with C, will never be "as" quick because of the latency of the (VM) - Virtual Machine. I did a bit of a comparison test with Java & BASIC a few months ago - Java puts BASIC to shame (up to 20 times more efficient)

Similar Threads

  1. Average Values and digital filter ...
    By jorge in forum mel PIC BASIC Pro
    Replies: 11
    Last Post: - 24th April 2010, 13:29
  2. Problem displaying data from GPS module & using 16f877a
    By financecatalyst in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 15th April 2010, 11:27
  3. Problem with 16F877A but not with 16F876A
    By savnik in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 16th May 2008, 15:18
  4. 16F877a PORTA ADC and digital help
    By RFsolution in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 8th February 2008, 19:44
  5. 16F877A serin problem with baud rate 19200
    By leemin in forum Serial
    Replies: 1
    Last Post: - 31st July 2005, 10:45

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts