Announcement

Collapse
No announcement yet.

help sending a "CR" to a com port

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    help sending a "CR" to a com port

    using the hs.sendtocomport command how do i send some chartures then an "enter" or "CR" keystroke

    i need to send mm then an enter

    thanks
    detail of setup in profile. Link to videos of my projects there as well. Over 300 scripts running every min and counting

    #2
    Not sure but \n

    That is the standard CR escape sequence.

    Comment


      #3
      You probably would use something like m & m & chr(13).
      Why I like my 2005 rio yellow Honda S2000 with the top down, and more!

      Comment


        #4
        Carriage Return is & chr(13)
        Line Feed is & chr(10)
        💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

        Comment


          #5
          vb script should recognize the defined constants vbCR, vbLF, and vbCRLF with the obvious meanings

          Comment

          Working...
          X