UKHeliBob:
SoftwareSerial mySerial(1, 0);Why are you using SoftwareSerial on the hardware serial pins ?
it's the code from library I downloaded. actually the default code is serial 2 and 3, but I use pin 0 and 1 on my Arduino, so I modify it to 0 & 1.
do I need to delete this code?