Recent content by Samuel43

  1. S

    Using 08M2 with Sparkfun Blue smirf Gold

    Okay I figured it out. Turns out that having debug enabled messed everything up. Here is my final code: let b0 = 0 ; Fog machine ready input HSERSETUP OFF Mainloop: if pinc.3 = 0 AND b0 = 1 then ;Check if fog machine has gone into the not ready state from previous let b0 = 0...
  2. S

    Using 08M2 with Sparkfun Blue smirf Gold

    Okay, the reason I disabled the TX pin for HSER is because that line is shared between HSER and the AXE027 programming cable and I didn't want interference between the two. So I decided to use just the HSERIN connection to receive the data from the terminal app on my phone and then use serout...
  3. S

    Using 08M2 with Sparkfun Blue smirf Gold

    Okay, So instead of using hserin I used peeksfr $79, w1. This produced similar results compared to before. I also turned off local echo in the terminal app and made sure that it wasn't sending any additional CR, LF, STX, ETX, or NUL characters, didn't make a difference.
  4. S

    Using 08M2 with Sparkfun Blue smirf Gold

    Hi, So I am trying to use a 08M2 with a Sparkfun Blue smirf gold, https://www.sparkfun.com/products/retired/12582, so that I can control a project of mine over bluetooth. I have had success with the 08M2 sending text to the serial terminal app on my phone, but when I send the characters "0" or...
Top