i'm using arduino mega with hard serial port. put all time it display data twice in command prompt.
each serial print command executes twice.
with soft serial its works fine , the problem is with hard serial port.
i'm using arduino mega with hard serial port. put all time it display data twice in command prompt.
each serial print command executes twice.
with soft serial its works fine , the problem is with hard serial port.
Post your code. It sounds like your using the same hardware serial port as is used for the USB/programming interface or your code is mirroring the serial data between hardware ports.
(deleted)