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 theone_in_themoon

  1. T

    Macro in Excel VB (Inserting Picture)

    Thanks a lot Jonathen, My prob was solved ... :)
  2. T

    Macro in Excel VB (Inserting Picture)

    Im trying to insert a picture through Macro in a worksheet. The following line of Code doesnt work. Code --------------------------------------------- ActiveSheet.Pictures.Insert("C:\HomeData\PICTURES\EMPLOYEE\" & employee_number & ".JPG").Select ---------------------------------------------...
  3. T

    Negative Voltage from DAC0808

    10 pin dac0808 diagram Hullo I am using DAC0808 LCN to produce audio by playing WAV files. I am unable to generate negative voltage from it. Is there any way in which i can do it or will i have to use op-amps as adders etc. to get negative voltages ??? Refering to the statement in the...
  4. T

    [PC to uC]Wave File Through RS-232

    Thanks Antharax........... Ive already clicked for +3 points for u. However i need a lil more help. And i think u can help me... Ive come to know that TC cant support higher baud rates than 9600. But i need to communicate higher than that. Any rate below 10,000 will do. Now i want to program...
  5. T

    [PC to uC]Wave File Through RS-232

    Well ... my Turbo C++ Doesnt compile this code :S Can u suggest wat to do ??
  6. T

    [PC to uC]Wave File Through RS-232

    Im sorry abt the cross post but no on replied it to me here so i thought better to post it there as well. But im still sorry :$ Now for the problem ..... well .... as i didnt mention it earlier... ill tell u that im writing this programe to interface PC with a uC. The uC with receive a file...
  7. T

    [PC to uC]Wave File Through RS-232

    Serial Code "HangUp" Hello Everybody... Ive seen quite a handsom no. of posts regarding serial communication through RS-232 port .... But my problem is a bit strange. Im using a simple code to read a file character by character and transmitt it serially. Wat i want to do actually is to send a...
  8. T

    How to make RS232 interface in C/C++?

    This is a simple code. If u have a serial cable and you connect the Pin No. 2 and 3 together.... which are actually trans and receive.... than u can run this and check. It sends a number or character(1 byte only) and receives it and displays it. have fun...
  9. T

    PIC Basic Pro Compiler Error

    Is the upgrade free ?? How is it possible ?? Can i get it online ??
  10. T

    PIC Basic Pro Compiler Error

    The problem is not with the file but with the compiler (im using micro code studio for PIC Basic PRO) But im pasting the code here .... its actually in a file with .BAS extension include "modedefs.bas" ali var byte TRISC = 0 WHILE 1 serin PORTE.1,N1200,ali PORTC = ali WEND END
  11. T

    Generation of uniformly distributed random variable(Matlab)

    Re: needed help in MATLAB Wat exactly do u mean by a Uniformly distributed Random Variable ??? Do you mean that it shud give u random values in a range but does not repeat a value untill all the values in that range have been given ??? Or do u mean that it has a normal distribution around a...
  12. T

    PIC Basic Pro Compiler Error

    Hi All Im using PIC Basic PRO compiler. Ive used it before for PIC 16F877A and worked fine. But lately its giving an error that "Unable to include 16f877a.bas.***Click here to add an include path***" Same goes for PIC 18F452 Ive tried installing it again from the CD but it doesnt...
  13. T

    CF / Bread Board Connectors

    Hi All I need connector which can be used to put up a CF card onto a bread board. i.e. It will be a male plug from both sides ... one to go into Card and the other into the bread board. Ive tried mailing a thousand companies but a few responded. Can anyone suggest whom to mail ?? Who...
  14. T

    Newbie - Minor Questions on PIC

    I would suggest u use PIC Basic ... its easy and reliable
  15. T

    SMS controller from Silicon Chip magazine

    silicon chip magazine 2007 Can anyone help me how to make an interface for a SIM (with a PC ) that we use in the mobile phone .... using PIC ???

Part and Inventory Search

Back
Top