Search the web
Sign In
New User? Sign Up
interfacing · Interfacing the PC
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4111 - 4140 of 10318   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4111
Hi , how can we download the HTML text file of any home page using ppp protocol. i.e if we give any URL for ex: www.yahoo.com then how does it divert to its ...
Tulasi_Mahalakshmi
Tulasi_Mahalakshmi@...
Send Email
Feb 1, 2002
10:10 am
4112
hello friends, I would like to know, which signal pin is the one in the serial port (say COM1) tells the OS that a device is inserted..ie,if I plug in a modem,...
tsshivaprasad
Offline Send Email
Feb 1, 2002
10:39 am
4113
hi, not sure about the reason, but somewhere I read, any URL, will by default will add up either index.htm or home.htm.. ie,if it is www.yahoo.com, by...
Shiva Prasad
tsshivaprasad
Offline Send Email
Feb 1, 2002
11:58 am
4114
depends very much on the server, i have mine set to index.html, index.asp, maybe in a few years i'll actually use an asp. the default page can be set to...
jim dorey
skaar0
Offline Send Email
Feb 1, 2002
4:38 pm
4115
Hello I'm new to this group. I live and work with "special needs" folk, both children and adults. We make a lot of use of puppet shows, to ease certain...
graham
graham@...
Send Email
Feb 3, 2002
8:37 pm
4116
Hello I want to start a project with data communications using NOKIA GSM (5110 or else) phones and SMS for a data aquisition sistem. I need a point to start,or...
alupu@...
Send Email
Feb 3, 2002
9:41 pm
4117
well i am using the turbo c/c++ complier i have an infra device connected to my serial port and a remote control for sending in the signals how do i interface...
cyberizen
Offline Send Email
Feb 3, 2002
10:20 pm
4118
midi, it ain't just for instruments. there are plenty of plans for light control units, free and online. write up a piano roll, single step through it. ... ...
jim dorey
skaar0
Offline Send Email
Feb 3, 2002
10:30 pm
4119
hello, What u can do is refer the ready made program from, www.beyondlogic.org Use the interrupt method of reading the serial port,that is,when the remote...
Shiva Prasad
tsshivaprasad
Offline Send Email
Feb 4, 2002
4:10 am
4120
... ************************************************************************** This email (including any attachments) is intended for the sole use of the ...
Tulasi_Mahalakshmi
Tulasi_Mahalakshmi@...
Send Email
Feb 4, 2002
6:01 am
4121
hi , regarding the Virtual function,doesn't have any overhead.. if u have any specific problem, post it, one thing to note is:- the function in derived class...
Shiva Prasad
tsshivaprasad
Offline Send Email
Feb 4, 2002
6:46 am
4122
Assignment Type - Permanent Location - Bangalore, India POsitions offered - PM/ PL/ Engineers Education - BE/ Btech/ MCA We need Engineers who have atleast 3-5...
shilpamenezes
Offline Send Email
Feb 4, 2002
6:47 am
4123
hello to all, I would like to know,any of the list members could point me out,where I can get free VIRTUAL HARDWARE SIMULATOR software... Exactly what I need...
tsshivaprasad
Offline Send Email
Feb 4, 2002
10:06 am
4124
Hello Group members, On behalf of this tech. discussion group, let me request all our members, to strictly stick to the purpose of this group.. Now, a days we...
tsshivaprasad
Offline Send Email
Feb 4, 2002
11:10 am
4125
Hi, I am a student and my project involves interfacing the serial port of the computer. i tried to send 21 bits through the serial port using matlab but i...
NIKOS CHRISTOFOROU
nicos_chr
Offline Send Email
Feb 4, 2002
12:37 pm
4126
Shiv! I would like to learn I'm mistaken, but I don't think you can go completely virtual. There's the matter of the interrupt. If you omit interrupt...
David Zethmayr
dzethmayr
Offline Send Email
Feb 4, 2002
7:20 pm
4127
try to work on VHDL or Verilog they hardware languages and u can make almost any thing using them from a inverter to a micro controller but do share ur code...
Zeeshan Akram
u980100@...
Send Email
Feb 4, 2002
7:29 pm
4128
Hello Everybody Here best wishes for the day well, i have been assigned to design a PC based function generator(ramp,sin,sq wave,sawtooth etc) using parallel...
esbeque
Offline Send Email
Feb 5, 2002
3:54 am
4129
hello, the PC BASED FUNCTION GENERATOR should be quite simple like this.. U need to understand one thing for sure that, U cannot generate analog signal at any...
Shiva Prasad
tsshivaprasad
Offline Send Email
Feb 5, 2002
4:12 am
4130
Hello everybody, My project is to make the telephone billing using PC via parallel port,I have to recognize the outgoing number and 16Khz pulse from DoT. I...
muthu elango
ilangomuthu
Offline Send Email
Feb 5, 2002
6:54 am
4131
hello, U may use DTMF DECODER USING MT8870 IC WITH BCD OUTPUT which u can connect to parllel port,which is widely used in CALLER ID's etc.. One caller ID...
Shiva Prasad
tsshivaprasad
Offline Send Email
Feb 5, 2002
8:17 am
4132
hI Shiv, There are many circuit simulation softwares avaibale in the market like CircuitMaker , ICAp, Etc. These softwares can simulate analog and digital...
Vikrant Thigle
vikrant_thigle
Offline Send Email
Feb 5, 2002
8:29 am
4133
The DAC for pc based function generator should be atleast 16 bit. Then and then you will get a better resoultion. Also math library function like sin() could...
Vikrant Thigle
vikrant_thigle
Offline Send Email
Feb 5, 2002
8:35 am
4134
HI all, What makes C++ the best programming language for writing device drives??? ===== Vikrant Thigle http://vikrant.8k.com ...
Vikrant Thigle
vikrant_thigle
Offline Send Email
Feb 5, 2002
8:47 am
4135
Hello I want to start a project with data communications using NOKIA GSM (5110 or else) phones and SMS for a data aquisition sistem. I need a point to start,or...
alupu@...
Send Email
Feb 5, 2002
8:56 am
4136
hello, One thing to be noted is people use only C++(VC++) compilers, but not the C++ or VC++ code.. Device drivers are widely written only in C.. I had never...
Shiva Prasad
tsshivaprasad
Offline Send Email
Feb 5, 2002
9:07 am
4137
Morning, I am a final year Computer Engineering student, and I have a couple of questions about a project that I am doing, at the moment. The project involves...
brislane_ie
Offline Send Email
Feb 5, 2002
10:57 am
4138
Hello, The Window NT Operting system architecture doen't allow the User mode application to access the hardware directly.. I don't know VB ,I can't help u in...
Shiva Prasad
tsshivaprasad
Offline Send Email
Feb 5, 2002
12:12 pm
4139
Hello, The Window NT Operting system architecture doen't allow the User mode application to access the hardware directly.. I don't know VB ,I can't help u in...
Shiva Prasad
tsshivaprasad
Offline Send Email
Feb 5, 2002
12:12 pm
4140
hello friend You can use optpcoupler in ur circuit to stop the return signal. bye ... __________________________________________________ Do You Yahoo!? Send...
manish choudhary
guys1707
Offline Send Email
Feb 5, 2002
3:37 pm
Messages 4111 - 4140 of 10318   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help