Jump to content
43oh

geppou

Members
  • Content Count

    4
  • Joined

  • Last visited

About geppou

  • Rank
    Noob Class

Profile Information

  • Gender
    Not Telling
  1. Yes, now it work..the driver was already installed but now I can select port COM1 and COM4 instead the only COM1 that I can selected before and with COM4 it Work!!! thanks
  2. Hi I'm new with energia and I'm trying to use the Hardware serial communication with a Lauchpad Rev. 1.4 so I connect the RX end TX jumpers in cross but it doesn't work...Can anyone help me? this is the simple code I use: void setup() { Serial.begin(9600); } void loop() { Serial.println("Hello !!!"); delay(500); } I try to use also the software serial communication for but it doesn't work
×
×
  • Create New...