monta

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #269
    monta
    Participant

      I found this solution.

      http://dev.unlimitedhand.com/unity/update.html
      (I didn’t update)

      thanks.

      • This reply was modified 7 years, 12 months ago by monta.
      #268
      monta
      Participant

        Hi.

        I’ll explain more detail.

        I read the source code ” UnlimitedHand for Unity Plugin ver 0033″,
        and I understand following.

        To read Photo-reflector sensors values from UnlimtedHand, UH.cs send “c” then UnlimtedHand
        will return data and it contain “_”.

        >if(data!=null && data.Contains(“_”)) {

        To read Gyro and Accel seems same way.(send “a” and get values that contain “+”)

        >if(data!=null && data.Contains(“+”)) {

        But, I tried “c” or “a” command by using arduino IDE or teraterm, I couldn’t get above symbols “+” and “_”.

        So, my question is , what does the symbols “+” and “_” mean? and how to get the symbols?
        (I miss any configuration?)

        Thanks.

        #257
        monta
        Participant

          By Plugin ver.0033 for Unity, code check “+” or “_” in read data.

          When I tryed by using Arduino IDE or Teraterm, I can’t find those character.

        Viewing 3 posts - 1 through 3 (of 3 total)