. .

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. If anyone has figured the serial code or has already solved this I would love to know, there is no point in reinventing the wheel.
    Here's my version: http://www.cnczone.com/forums/showthread.php?t=62704

    There's commented PIC code and circuits code buried in the thread.

  2. #2
    Quote Originally Posted by irving2008 View Post
    Cant say, I have never seen a BCD one, all 5 of mine are the 24bit type. My DRO processor/display will always display in mm as I dont use imperial for metalworking - but if i did it wouldn't be hard to add a in/mm button. Anyway how difficult is adding:

    Code:
     
    double reading_in_mm[3];
    for(int I=0;i<2;i++)
    reading_in_mm[i]=reading_in_inch[i]*25.4;
    display(readin_in_mm[]);
    Not looked closely, but I'd say they were...
    Quote Originally Posted by BillTodd View Post
    Here's my version: http://www.cnczone.com/forums/showthread.php?t=62704

    There's commented PIC code and circuits code buried in the thread.
    I have had a quick look at your circuit (not your code yet). I use that size PIC a lot so I have lots in DIP and surface mount. With the way you drive the reader board do you not get problems with the grounds as the reader +1.5V is grounded to the SS metal parts of the caliper. I guess the PC 0V on the com port should not come into contact with your mill/lathe machine ground?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Website idea.
    By qwertyjon in forum General Computing
    Replies: 8
    Last Post: 05-04-2014, 03:29 PM
  2. Here's an idea hacking a Kress 1050 FME
    By m.marino in forum Kress Milling Motors
    Replies: 3
    Last Post: 16-01-2013, 01:05 AM
  3. Why they don't want to accept my idea?
    By hoezap in forum Tool & Tooling Technology
    Replies: 5
    Last Post: 14-07-2012, 01:15 AM
  4. business idea?
    By homer93 in forum Marketplace Discussion
    Replies: 7
    Last Post: 01-06-2012, 12:56 PM
  5. BUILD LOG: Mel's Odd Idea
    By mel_earp in forum DIY Router Build Logs
    Replies: 3
    Last Post: 19-03-2010, 11:54 AM

Bookmarks

Posting Permissions

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