Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. ruxu
    3. Best
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Best posts made by ruxu

    • RE: [SOLVED] How to get SoftwareSerial to work on the SerialGateway...?

      Managed to find out a solution by myself.

      • removed the three #define NO_PORTx_PINCHANGES

      • removed the #include <PinChangeInt.h>

      • changed PCintPort::attachInterrupt(pinInclusion, startInclusionInterrupt, RISING); to
        attachInterrupt(1, startInclusionInterrupt, RISING);

      Now I am able to use the Seeedstudip GPRS shield pins 7 and 8 with SoftwareSerial.

      posted in Troubleshooting
      ruxu
      ruxu