Jump to content
43oh

neting

Members
  • Content Count

    11
  • Joined

  • Last visited

About neting

  • Rank
    Member

Profile Information

  • Gender
    Not Telling
  1. suddently started working 2day...i tried my board to another msp430g2553 rev 1.5 ...and wolla it started working... earlier i tried using my another mspg2553 rev 1.5 and msp430g2231 and it didnt work in both... thanks Rickta59 for your support...
  2. yes i am using the latest release...i had downloaded a week back only.....
  3. different computers have tried...boath 32 bit and 64 bit....different board have tried.....same old garbage values..... and most annoying thing is when m burning the same code over arduino its working perfect...
  4. i tried printing simple array of characters....but same result garbage characters.... tried changing the baud rate....configured my jumpers to the required position.... and by serial console if u mean serial monitor ..yes i have tried it....even external hyperterminal i have tried.... my position of UART jumpers are as shown in the figure for mspg2553 rev 1.5 of the link.https://github.com/energia/Energia/wiki/Hardware.... but no good...
  5. m totally stuck ,can anybody help me out....
  6. Rei Vilomy board is msp430g2553 and launchpad version is Rev 1.5....
  7. yes i have configured HT to 9600 8-N-1 configration....
  8. i have ensured that my hyperterminal baud rate is set to 9600 ...is there any other issue that needs to looked.....and do jumper setting also effects it any ways...
  9. nothing change...still the result is same....garbage output..... #
  10. well m new to energia.... my serial monitor shows some garbage output for code(given below)on selecting msp430g2553. int p=15; void setup() { Serial.begin(9600); pinMode(pin,INPUT); } void loop() { Serial.println(digitalRead(pin)); delay(1000); } this code should display 0's and 1's on serial monitor ,it will display 0's when switch is unpressed else 1's when pressed...... earlier i had selected the wrong board for which it was displaying no display on serial monitor...
  11. hello every body.... m burning a simple dimmer code through energia.... hyperternimal/serial monitor doesn't seem to responding to the code.... can anybody help me telling what can be the issue,or mistake m i commiting... thanks...
×
×
  • Create New...