How do you


Closed Thread
Results 1 to 24 of 24

Thread: How do you

Hybrid View

  1. #1
    Join Date
    May 2008
    Posts
    33


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by skimask View Post
    No...It had nothing to do with you!!!! Don't take it wrong!!!!

    There was a spammer on here earlier that posted a bunch of crap...happens once in awhile.
    Apparently the admins got in and deleted them and there's a bit of miscommunication...

    And the edit button should be present AFTER you post...but it does go away after a bit.
    Ah thanks
    That explains why the edit button is there on this post but not on the previous one, which would have been handy but such is life

  2. #2
    Join Date
    Nov 2005
    Location
    Bombay, India
    Posts
    969


    Did you find this post helpful? Yes | No

    Default

    Lew247

    I hope you understand now that Ski has clarified. There are annoying spammers polluting the board with deals for Hacked phones and stuff. It was not directed at you. I'm sorry you did not notice the spam and felt that it was directed at you.

  3. #3
    Join Date
    May 2008
    Posts
    33


    Did you find this post helpful? Yes | No

    Default

    Anyone any ideas how to, or clues as to where i go to start figuring out..
    how to decode the data coming from my module, it outputs its own serial data and it uses a 1khz sinc pulse, aparently as it arrives serially I have to shift the bits into 4 bit nibbles, whatever they are! and then convert some bits from bcd and some from hex but that bit shouldnt be a problem, its how to interface the serial output from the module to the pic, and how I'd use the serial data to decode it
    sorry this is all probably really easy and simple to most of you but to me it's all new.

  4. #4
    Join Date
    Nov 2005
    Location
    Bombay, India
    Posts
    969


    Did you find this post helpful? Yes | No

    Default

    Is this asynchronous data? You need to know the baud rate in that case. If it is synchronous data, you could look at the SHIFTIN command. You need a clock line and data line for this to work.

  5. #5
    Join Date
    May 2008
    Posts
    33


    Did you find this post helpful? Yes | No

    Default

    Its umm not sure really
    all I know is what i got off the dats sheet which for a newcomer like me isnt much
    if anyone wants to look at the sheet its http://www.u-t-s.de/PDF_Daten/583374...cification.pdf

  6. #6
    Join Date
    Nov 2005
    Location
    Bombay, India
    Posts
    969


    Did you find this post helpful? Yes | No

    Default

    I've looked at the datasheet you linked. You will need to use the SHIFTIN command to capture this data.

  7. #7
    Join Date
    May 2008
    Posts
    33


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Jerson View Post
    I've looked at the datasheet you linked. You will need to use the SHIFTIN command to capture this data.
    Thanks
    although I've decided to give up totally on trying to figure out pic chips, see my question where I asked the simple query about how you connect one to an icd2

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