Skip to main content
LBona.2
Associate II
July 28, 2020
Question

Endat 2.2 interface on SPC584B-DIS

  • July 28, 2020
  • 2 replies
  • 1333 views

Hi want to know if on ​SPC584B-DIS is possible to connect an encoder using endat 2.2 interface and if yes there is a library to read the data send by the encoder?

Thanks in advance

Ludovico​

    This topic has been closed for replies.

    2 replies

    prain
    Visitor II
    July 28, 2020

    Endat is similar to one wire SPI you can easily write your own reading function. just provide the clock for your encoder and capture data on correct edge. It is very simple, you just need gpio read and write.

    LBona.2
    LBona.2Author
    Associate II
    July 29, 2020

    Thank you for your answer i'm not very expert do you have a link where i can find an example on how to do it.

    Ludovico