Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by tonete

  1. T

    [SOLVED] need LM1495 datasheets

    Search for MC1495 instead. It is a linear four quadrant multiplier.
  2. T

    [SOLVED] how to convert Array[10] into Long in MikroC Pro

    if its something like this? unsigned char getKeyboard(){ do { if (Ps2_Key_Read(&keydata, &special, &down)) { if (down && !special && keydata) { if(keydata==97){kb=97;} //a if(keydata==98){kb=98;} //b if(keydata==99){kb=99;} //c if(keydata==100){kb=100;} //d...
  3. T

    [SOLVED] how to convert Array[10] into Long in MikroC Pro

    Re: how to convert strings with one letter into one word by the way...its for my mikroc code
  4. T

    [SOLVED] how to convert Array[10] into Long in MikroC Pro

    that does mean a is index 0, b is in index 1, c is in index 2, and so on...? or i will hav to use strcpy? sorry..im not expert
  5. T

    [SOLVED] how to convert Array[10] into Long in MikroC Pro

    hi what if its a string? like this str1[]='a'; str2[]='b'; str3[]='c'; str4[]='d'; str5[]='e'; str6[]='f'; str7[]='g'; str8[]='h'; str9[]='i'; str10[]='j'; result could be message[]="abcdefghij";
  6. T

    DIY Moving Message Display

    hi to all.. please help me build my project led matrix moving display with ps2 keyboard input using pic877a and 74hc595 shift register.. by the way im using mikroc for the coding heres my email 000000000000000@gmail.com looking forward for your positive response to my post MOD: NO PRIVATE...
  7. T

    led matrix scrolling display problem

    im with adelair the proteus file has different result with the video...since t has correct output..but n actual circuit..the first line for "A" is lacking.. - - - Updated - - - im with adelair the proteus file has different result with the video...since t has correct output..but n actual...

Part and Inventory Search

Back
Top