Announcement

Collapse
No announcement yet.

Jon00 LED Message Sign

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

    #16
    No, Sir. This does not display. I don't even get the beep that says the sign got it. In the other script, the CID one you posted above, I do get the beep but nothing is displayed.
    Transitioning to HS3Pro .298 - WinXPEmbedded

    Hometroller S3 Pro - WinXPEmbedded - HSP 2.5.0.81 - BLStat - HSPhone - HSTouch Srvr 1.0.0.73 - Touchpad - BLLan - BLOccupied - DSC Plug 2.0.0.14 - BLStat .38

    Comment


      #17
      OK,

      I've just corrected the last bit of code as it was wrong.

      Try this:

      PHP Code:
      Sub Main(ByVal Parm As Object)
       
      Dim Text As String ""
      Dim CIDNumber As String ""
      'CIDNumber = hsp.CIDNumber(1)
      CIDNumber = "5551212"
      Text="Call from{n}{sym5}" & CIDNumber & "{pause2}"
      hs.runex ("jon00LEDMessageInput.vben","Main","|" & Text & "||")
      end sub 
      Jon

      Comment


        #18
        Yes, Sir, that works - THANK YOU!!

        Starting to learn the syntax. I have a friend of mine trying to make this into a "plugin" DOT NET style for me. If I can get it working, I will send it over to you if you are interested.
        Transitioning to HS3Pro .298 - WinXPEmbedded

        Hometroller S3 Pro - WinXPEmbedded - HSP 2.5.0.81 - BLStat - HSPhone - HSTouch Srvr 1.0.0.73 - Touchpad - BLLan - BLOccupied - DSC Plug 2.0.0.14 - BLStat .38

        Comment


          #19
          Hey Jon,

          How are you, Sir?

          Hoping to ask a small favor. Do you have the software that came with your sign? I can't find that tiny CD that came with mine and was hoping I can download it from you.
          Transitioning to HS3Pro .298 - WinXPEmbedded

          Hometroller S3 Pro - WinXPEmbedded - HSP 2.5.0.81 - BLStat - HSPhone - HSTouch Srvr 1.0.0.73 - Touchpad - BLLan - BLOccupied - DSC Plug 2.0.0.14 - BLStat .38

          Comment


            #20
            BTW, this is the full protocol:

            http://www.8051projects.net/files/pu...y_protocol.pdf

            BTW, the REAL manufacturer is:
            http://shirley8210.fm.alibaba.com/

            And on this site, there is a LOT of information on it.
            http://wls.wwco.com/ledsigns/m-500/
            Last edited by Dafunktyfunk; December 4, 2013, 09:05 PM.
            Transitioning to HS3Pro .298 - WinXPEmbedded

            Hometroller S3 Pro - WinXPEmbedded - HSP 2.5.0.81 - BLStat - HSPhone - HSTouch Srvr 1.0.0.73 - Touchpad - BLLan - BLOccupied - DSC Plug 2.0.0.14 - BLStat .38

            Comment


              #21
              Originally posted by Dafunktyfunk View Post
              Hey Jon,

              How are you, Sir?

              Hoping to ask a small favor. Do you have the software that came with your sign? I can't find that tiny CD that came with mine and was hoping I can download it from you.
              Please send me an email and I will provide you with a link.
              Jon

              Comment

              Working...
              X