The problem was the PIN used for SoftwareSerial !
Not all pins on the Mega and Mega 2560 support change interrupts, so only the following can be used for RX:
10, 11, 12, 13, 50, 51, 52, 53, 62, 63, 64, 65, 66, 67, 68, 69
The solution is to replace pin 6 & 7 by pin 10 & 11 for example.
Statistics : Posted by r_guignon • on Tue Mar 05, 2013 8:59 pm • Replies 3 • Views 624
Not all pins on the Mega and Mega 2560 support change interrupts, so only the following can be used for RX:
10, 11, 12, 13, 50, 51, 52, 53, 62, 63, 64, 65, 66, 67, 68, 69
The solution is to replace pin 6 & 7 by pin 10 & 11 for example.
Statistics : Posted by r_guignon • on Tue Mar 05, 2013 8:59 pm • Replies 3 • Views 624