Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kevin5059

    Serial mouse data manipulation

    Yes xwb, the mouse range is from +127 to -128, that why I declared my dx/dy as char(8 bits). For the dx/dy computation, I think that should be no problem since I got this manipulation code from the web and just made some modification. A question is, why do I need to change my declaration to...
  2. kevin5059

    Serial mouse data manipulation

    Hi, I'm doing a project with using a serial mouse to control the frequency and volume of the sound that emit from the speaker. However, I faced with a hard problem with my C programming sicne I'm new in this field. I got some data format about the serial mouse from this website...
  3. kevin5059

    array problem

    Thank you Trojan, I tried to make use of your program, and it work perfectly for my hardware. Thank you very much! Anyway, my purpose for this function is to display the text in my LCD display! Again, thank you!
  4. kevin5059

    array problem

    Trojan, i think I got what you mean. I will repost my code here: #include <stdio.h> #include <conio.h> #include <dos.h> #include <beck.h> #include <string.h> void Lcd_Printf(char Rough_Text_Size[16]) { char Actual_Text_Size[8]; int Actual_Loop=0; int Rough_Loop=0; int...
  5. kevin5059

    array problem

    Thank you Trojan, but i'm new here. I don understand what did you mean by "sort out the indentation" and "post code in code tags"??,, i'm really new in the forum anyway. Sorry for any inconvenient..
  6. kevin5059

    array problem

    Hi, I'm new in C and I found a problem in my program. Could anybody help me to check for me code? Here is my Codes: *********************************************************** #include <stdio.h> #include <conio.h> #include <dos.h> #include <beck.h> #include <string.h> void...

Part and Inventory Search

Back
Top