• Products
    • Isadora
    • Get It
    • ADD-ONS
    • IzzyCast
    • Get It
  • Forum
  • Help
  • Werkstatt
  • Newsletter
  • Impressum
  • Dsgvo
  • Press
  • Isadora
  • Get It
  • ADD-ONS
  • IzzyCast
  • Get It
  • Press
  • Dsgvo
  • Impressum

Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags

    [ANSWERED] Serial Input for RFID reader

    Hardware
    2
    3
    212
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      Landschrap last edited by DusX

      Hi there,

      I'm trying to connect an RFID reader to Isadora. ANd the thing i want to get in isadora is the different NUID of an Tag.

      So I have connected an RC522 by the serial port to isadora, and i can see there is an connection.

      The only thing i can get really good in Isadora is the iD of the tags. Some have the same number.


      On the picture bellow you see the input by serial in watcher binary. Both actors gave an value.

      But how can is get the same information as i can see in the serial monitor? 

      23 is the first number en 14 is the last number .

      How can i change the serial in watcher. Now i have set it to: value1 : integer =  EOL or to value1 : integer =  4 digits

      DusX 1 Reply Last reply Reply Quote 1
      • DusX
        DusX Tech Staff @Landschrap last edited by

        @landschrap

        Try with the 'Serial In Watcher - Text' (it looks like you're receiving text), and set the parsing pattern to 'msg:string={00-FF}' without the single quotes.
        This should output the entire string you are receiving.

        Troikatronix Technical Support

        • New Support Ticket Link: https://support.troikatronix.com/support/tickets/new
        • My Add-ons: https://troikatronix.com/add-ons/?u=dusx
        • Profession Services: https://support.troikatronix.com/support/solutions/articles/13000109444-professional-services

        Running: Win 11 64bit, i7, M.2 PCIe SSD's, 32gb DDR4, nVidia GTX 4070 | located in Ontario Canada.

        L 1 Reply Last reply Reply Quote 1
        • L
          Landschrap @DusX last edited by

          @dusx said:

          msg:string={00-FF}

           Thnx, that works! Now i can cut the last part of it. And  compare it! So different tag's will do different things!

          Also tried to use: 'value1 : string =  EOL' in serial in watcher - binary. It gives me some text output. But different with the msg len set on 4 or 8!

          1 Reply Last reply Reply Quote 2
          • First post
            Last post