Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16681
    Alan Mitchell
    Participant

    Test

    #16682
    LIM PHANG MOH
    Keymaster

    Hi Alan,

    The Mini Ultra LoRa uses Serial2 with alternative pins setup, so you need this:

    Serial2.swap(1);
    Serial2.begin(115200);
    Serial2.println("Hello world");

    Let me know if you can get it working.

    #16684
    Alan Mitchell
    Participant

    Yes, that worked! Thank you. –Alan

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.