Jump to content
43oh

qwert

Members
  • Content Count

    6
  • Joined

  • Last visited

  1. HEY NJC, i am using the following code now for only reception and the results are: if i check a signal on the transmission line, it gives me a signal (toggle led) on the board. but if i try to identify the character, it is not helping me do that or it is not giving any signal. Can you tell me what is the wrong that i am doing and how should i get it corrected. here is the code: #include "msp430g2231.h" #define RXD BIT2 // TXD on P1.1 #define Bitime 104 //9600 Baud, SMCLK=1MHz (1MHz/9600)=104 #define Bitime_5
  2. hey , i am waiting for some suggestions..... regards QWERT
  3. plazma, i want to do a different task of producing morse code corresponding to each character when it is transferred from keyboard to microcontroller..... so this is the basic concern, and character is not getting transferred to the microcontroller. this is the basic problem i am facing... what say ?
  4. now, to answer some of my friends..... Yes i am being very much successful in transmitting a character from launch pad to PC , even using interrupts ..... but in this case i want to get an input from keyboard to launchpad and retransmit that character from launchpad to make it display on screen using realterm or putty, what so ever. so now , NJC, bluehash and my other friends kindly help me out doing this. regards QWERT
  5. hey everyone, so i have created a new topic so as to get my problem solved. here first of all i am writing down my previous post..... here it is: hey bluehash and NJC, this is the same person that commented on your post on your forum QWERT. hey i am posting my code here.... kindly all do have a look and let me know the changes that i can made for reception and transmission using software UART (timer). hey, i want to echo a character on the screen after inputting it from the keboard, thereafter i wanna use it to generate a morse code for the characters using a piezo elect
  6. hey bluehash and NJC, this is the same person that commented on your post on your forum QWERT. hey i am posting my code here.... kindly all do have a look and let me know the changes that i can made for reception and transmission using software UART (timer). hey, i want to echo a character on the screen after inputting it from the keboard, thereafter i wanna use it to generate a morse code for the characters using a piezo electric buzzer. i am quite done with the morse code part , only thing that is screwing me up is this reception so as to make different operations on individual chara
×
×
  • Create New...