• 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

    Help needed with Serial RS232 formatting

    Interfacing
    3
    6
    2459
    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.
    • H
      hinotori last edited by

      Hi,
      I am having some trouble formatting the text in the "send serial data" actor to communicate correctly with my RS232 device, a Fairlight CVI. I am using a prolific USB to serial adaptor on Mac OSX and it is all working perfectly.

      The Fairlight serial communicates exclusively in ASCII and I have been able to successfully send simple button press commands from Isadora using messages like:

      "@CZ"

      (press colorize button)

      But am unable to get any command with additional parameters to communicate correctly. I think this is because I haven't been able to understand the "send serial data" formatting 100%.

      For example, in the Fairlight manual to draw a dot it needs to receive the command:

      @DT 055 100

      Where @DT means draw dot and 055 is the location on the x axis and 100 the location on the y axis.

      I have tried sending the following message from Isadora:

      "@DT" P1 P2

      and also

      "@DT P1:3 P2:3

      With 55 and 100 being sent to parameters 1 and 2 of the send serial data object. These have unfortunately been unsuccessful.

      The Fairlight manual details that the x and y parameters are "3 digit ASCII decimal numbers and must have leading zeroes included"

      So, what would the correct formatting be in Isadora to send such numbers?

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

        Version of Isadora are you running?
        Have you tried the new monitor window to view the sent data?

        I would also suggest you try sending: "[@DT](http://troikatronix.com/troikatronixforum/profile/DT) 055 100" forget about the params to start.

        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.

        1 Reply Last reply Reply Quote 0
        • primaldivine
          primaldivine last edited by

          @DusX There is a tech support ticket for this now. However, I think I have solved it for him. Am waiting to hear back if it works ok with the Fairlight. Incase anyone else is interested, I'll attach the file here too. The point is that he wants to send live data, not just trigger pre-programmed Serial User Actors. So he needs to get the parameters working too.

          46e26c-serial-alex-peverett-v2.izz

          Pro-User Latest Beta - MacBook Pro i7 2.66GHz SSD
          www.jamiegriffiths.com Arctic Canada
          www.chickweedarts.com

          1 Reply Last reply Reply Quote 0
          • primaldivine
            primaldivine last edited by

            @hinotori
            Any luck with that? I am just curious to know if it works ok?
            Cheers,

            Pro-User Latest Beta - MacBook Pro i7 2.66GHz SSD
            www.jamiegriffiths.com Arctic Canada
            www.chickweedarts.com

            1 Reply Last reply Reply Quote 0
            • H
              hinotori last edited by

              Hi all!

              And many thanks Jamie! I have got it working well very well. By using the monitor window I was able to work out that the best way to format the message in the Send Serial Data actor was like this:
              "@DT " P1:Z3.0 " " P2:Z3.0

              Both of the ASCII spaces seemed to be important.
              Thanks again!
              Cheers

              1 Reply Last reply Reply Quote 0
              • primaldivine
                primaldivine last edited by

                Great! Really great!
                Enjoy :)

                Pro-User Latest Beta - MacBook Pro i7 2.66GHz SSD
                www.jamiegriffiths.com Arctic Canada
                www.chickweedarts.com

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