You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I knew that Lora project such as SNIPE use SoftwareSerial library on driver in Arduino Uno.
Then I found that NB-IoT_Arduino project use AltSoftSerial library unlike Lora project, SNIPE.
Let me know the reason and difference in implementing a serial with each module between two projects.