Search found 229 matches

by greg123
Tue Nov 18, 2003 4:04 pm
Forum: General Discussion
Topic: Oversensitive 555 monostable multivibrator
Replies: 5
Views: 3584

Re: Oversensitive 555 monostable multivibrator

Tie pin 5 to ground through a 1 nF cap.<p>greg
by greg123
Wed Nov 05, 2003 10:40 am
Forum: General Discussion
Topic: schools
Replies: 8
Views: 4446

Re: schools

Dean,<p>Poptronics stopped in Jan 2003.<p>greg
by greg123
Tue Oct 14, 2003 7:00 pm
Forum: Computer Programming
Topic: Need windows app. for follow up to centipede article
Replies: 7
Views: 6749

Re: Need windows app. for follow up to centipede article

Any language of choice? VB?<p>What are the serial bits signifying? What bit represent x and y pos, etc.<p>You might be able to use the picture utility.<p>greg
by greg123
Wed Sep 24, 2003 8:35 pm
Forum: Computer Programming
Topic: VB5 program
Replies: 10
Views: 8185

Re: VB5 program

Mike, Here is the finished VB program to read your string and display the data in text boxes.<p>Here is what you need to do:<p>- Start a new form - Add 10 text boxes (do not change their names) - Add 10 label (do not change their names) - Ensure that Label1 is next to Text1 - Add 3 command buttons (...
by greg123
Wed Sep 24, 2003 7:43 pm
Forum: Computer Programming
Topic: VB5 program
Replies: 10
Views: 8185

Re: VB5 program

Mike,<p>Try the following, it will remove the data from the string and put it into a msgbox for now. I am still working on the text box's but it should give you an idea.<p> '***CODE BELOW POST EVERYTHING AND CLICK RUN***<p>Option Explicit<p>Private Function GetData(strTxt As String, tag As String) A...
by greg123
Wed Sep 24, 2003 6:10 pm
Forum: Computer Programming
Topic: VB5 program
Replies: 10
Views: 8185

Re: VB5 program

Hey mike, sorry for the delay..<p>Another question. Can you server provide database support. Perhaps a SQL or Access database? <p>The ASP page can write directly into the database and you can then Query the database with a VB app. to extract the data needed.<p>From a sales point of view, the DB is g...
by greg123
Wed Sep 24, 2003 6:04 pm
Forum: Computer Programming
Topic: code grabber
Replies: 2
Views: 3736

Re: code grabber

Which type of code to you want to grab??<p>If its HTML or JAVA script, they simply right click on the page and select "View Source".<p>If it's from an APS or PHP page, you cannot read this script because the script is complied on the server, the script's output being the HTML that is read ...
by greg123
Tue Sep 02, 2003 3:07 pm
Forum: Computer Programming
Topic: VB5 program
Replies: 10
Views: 8185

Re: VB5 program

Another Thought,<p>It is easy for VB to go to a website and read the source code for data. Thus, if you had your mailer form return an appending text file, the VB script could go to the site (every specified interval) and read the data and present it in a form for you.<p>The coding for this is rathe...
by greg123
Tue Sep 02, 2003 2:31 pm
Forum: Computer Programming
Topic: VB5 program
Replies: 10
Views: 8185

Re: VB5 program

Mike, <p>Totally Possible. Can you provide the complete string, i.e. including all data? <p>Is this sent to you as an email? The hardest part would be to use the VB outlook object module to open the file and read the data. <p>For a text file, it would be easy to read. It is possible that you can sav...
by greg123
Tue Sep 02, 2003 1:56 pm
Forum: General Discussion
Topic: vocal mixing ;long story !
Replies: 2
Views: 1758

Re: vocal mixing ;long story !

These machines have been out for a while.<p>Check this out<p>Antares Audio Technologies<p>greg
by greg123
Wed Aug 27, 2003 5:40 pm
Forum: General Discussion
Topic: Measuring Resistance
Replies: 15
Views: 9586

Re: Measuring Resistance

Russ,
with the same positive supply?
by greg123
Wed Aug 27, 2003 3:31 pm
Forum: General Discussion
Topic: ADC
Replies: 1
Views: 1817

ADC

Looking for an ADC with up to 9 volt input<p>Thanks
by greg123
Wed Aug 27, 2003 3:00 pm
Forum: General Discussion
Topic: Measuring Resistance
Replies: 15
Views: 9586

Re: Measuring Resistance

Now i need the source with 500 uA.<p>So I calculated a resistance of 16.7 k Ohm.<p>Is this right? It does not simulate right?
by greg123
Wed Aug 27, 2003 12:38 pm
Forum: General Discussion
Topic: Serial ADC
Replies: 1
Views: 1894

Serial ADC

Can anyone reccomend an ADC that has a serial output? I need to connect it to a serial port and i do not want to use shift register or A UART or a pic<p>thanks<p>greg
by greg123
Wed Aug 27, 2003 12:17 pm
Forum: General Discussion
Topic: Measuring Resistance
Replies: 15
Views: 9586

Re: Measuring Resistance

what i suspected.<p>done and working.<p>thanks<p>greg