• 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] How Use Send Serial Data actor With More Than 9 Parameters

    Troubleshooting and Bug Reports
    2
    4
    308
    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.
    • Fred
      Fred last edited by mark

      I am trying to add 10 serial parameters to the send serial actor and it does not recognise the 10th (I am guessing as it is represented as 10 - 2 integers in a row.


      Inside the send serial I have:

       "A" P1:Z3 "B" P2:Z3 "C" P3:Z3 "D" P4:Z3 "E" P5:Z3 "F" P6:Z3 "G" P7:Z3 "H" P8:Z3 "I" P9:Z3 "I" P10:Z3 "|/n"
      

      But this throws an error with invalid hex character

      This does work though:

       "A" P1:Z3 "B" P2:Z3 "C" P3:Z3 "D" P4:Z3 "E" P5:Z3 "F" P6:Z3 "G" P7:Z3 "H" P8:Z3 "I" P9:Z3 "|/n"
      

      http://www.fredrodrigues.net/
      https://github.com/fred-dev
      OSX 13.6.4 (22G513) MBP 2019 16" 2.3 GHz 8-Core i9, Radeon Pro 5500M 8 GB, 32g RAM
      Windows 10 7700K, GTX 1080ti, 32g RAM, 2tb raided SSD

      mark 1 Reply Last reply Reply Quote 1
      • mark
        mark @Fred last edited by mark

        @fred said:

        I am trying to add 10 serial parameters to the send serial actor and it does not recognise the 10th (I am guessing as it is represented as 10 - 2 integers in a row.

        Yes, the Send Serial Data actor is limited to 9 input parameters. That's why the 'params' input only goes to 9.

        The Text Formatter is similarly limited.

        You should enter a feature request for this limit to be increased.

        The workaround for the moment is to use two Text Formatters, one for the first nine parameters, a second for the last one, put the strings together using a Text Formatter, and finally sending the serial data using the Send Raw Serial Data.

        Sorry for the inconvenience. Simplified example patch attached below.

        Best Wishes,
        Mark

        send-serial-eleven-params.izz

        Media Artist & Creator of Isadora
        Macintosh SE-30, 32 Mb RAM, MacOS 7.6, Dual Floppy Drives

        Fred 1 Reply Last reply Reply Quote 3
        • Fred
          Fred @mark last edited by

          @mark thanks, neat work around. I'll put in feature request when I get a chance.

          http://www.fredrodrigues.net/
          https://github.com/fred-dev
          OSX 13.6.4 (22G513) MBP 2019 16" 2.3 GHz 8-Core i9, Radeon Pro 5500M 8 GB, 32g RAM
          Windows 10 7700K, GTX 1080ti, 32g RAM, 2tb raided SSD

          mark 1 Reply Last reply Reply Quote 0
          • mark
            mark @Fred last edited by

            @fred said:

            I'll put in feature request when I get a chance.

            Did it for you and tagged you in the request.

            Best Wishes,
            Mark

            Media Artist & Creator of Isadora
            Macintosh SE-30, 32 Mb RAM, MacOS 7.6, Dual Floppy Drives

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