Jump to content
43oh

hadiep95

Members
  • Content Count

    1
  • Joined

  • Last visited

  1. Hello everyone, I'm new here, I have a problem when I use SoftwareSerial library to connect between MCU msp430g2553 and module GPS NEO 6M. I don't know whether this library work with MSP430 or not. When I run my code, the program stop at line while(nss.avaible()). Please help me I need some help from you. Thanks. #include <SoftwareSerial.h> SoftwareSerial nss(4,3); char gps[20]; int i; void setup() { // initialize serial: Serial.begin(9600); nss.begin(115200); Serial.write("$PMTK314,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0*29"); Serial.write(0x0D); Serial.write(
×
×
  • Create New...