Troubles with SoftwareSerial and the mega2560
hello,
i have been working mega2560, gsmshield , data logger shield. have written code works when first complie it give me error, include statement #include "softwareserial.h" commented out. basic code set using uno , uses softwareserial talk gsmshield. shouldn't need softwareserial library when using mega2560 board, uses hardware serial port gsm communication. have adjusted supporting files when mega2560 selected, excludes softwareserial.h , includes hwserial.h
when include softwareserial in code, compiles ok. after comment out softwareserial.h , recompile , compiles ok again. baffling me. know of issuse softwareserial , using mega2560? also, cannot softwareserial example compile mega2560.
also, softwareserial example compiles ok on boards listed except mega2560
any ideas out there?
stank
i have been working mega2560, gsmshield , data logger shield. have written code works when first complie it give me error, include statement #include "softwareserial.h" commented out. basic code set using uno , uses softwareserial talk gsmshield. shouldn't need softwareserial library when using mega2560 board, uses hardware serial port gsm communication. have adjusted supporting files when mega2560 selected, excludes softwareserial.h , includes hwserial.h
when include softwareserial in code, compiles ok. after comment out softwareserial.h , recompile , compiles ok again. baffling me. know of issuse softwareserial , using mega2560? also, cannot softwareserial example compile mega2560.
also, softwareserial example compiles ok on boards listed except mega2560
any ideas out there?
stank
when include softwareserial in code, compiles ok. after comment out softwareserial.h , recompile , compiles ok again.
you baffled compiles ok?
Arduino Forum > Using Arduino > Programming Questions > Troubles with SoftwareSerial and the mega2560
arduino
Comments
Post a Comment