Forum: C++
Jan 13th, 2008, 11:52 PM
|
|
Replies: 8
Views: 231
Re: USB Port Output
Last year I did some work with a Basic Stamp 2 and later assembled (not designed, just assembled) a custom-built version of a BS2. I still have the board I assembled, so I need to buy a serial...
|
Forum: C++
Jan 13th, 2008, 6:31 PM
|
|
Replies: 8
Views: 231
Re: USB Port Output
A library isn't going to help me. Most of these require you to have a device which identifies itself to the computer, etc., and I don't know that data I would send out anyways, to get the desired...
|
Forum: C++
Jan 13th, 2008, 3:16 PM
|
|
Replies: 8
Views: 231
Re: USB Port Output
I understand that USB isn't a simple protocol, but I'm doing a project where I need to be able to fire it via a laptop, and not only do I not have any serial cables (although I guess I can buy them)...
|
Forum: C++
Jan 13th, 2008, 2:37 AM
|
|
Replies: 8
Views: 231
Re: USB Port Output
That doesn't really help me. I don't know what I'm looking for. I know what the 4 wires are, and I've taken apart a cord and been messing with it, but I can't get the data wires to light an LED or...
|
Forum: C++
Jan 12th, 2008, 10:14 PM
|
|
Replies: 8
Views: 231
USB Port Output
Basically, I just want to output some voltage and ground through a port, preferable USB or something common. I'm going to send the voltage through a transistor, triggering a circuit. I need to...
|
Forum: Visual Basic .NET
May 17th, 2006, 6:55 PM
|
|
Replies: 1
Views: 268
|
Forum: Visual Basic .NET
May 16th, 2006, 9:37 PM
|
|
Replies: 4
Views: 348
Wow! ...
Wow! Thanks!
http://weblogs.asp.net/rosherove/archive/2003/05/01/6295.aspx
This link has a wrapper somebody wrote for accessing shared memory - assuming it's in VB, I may have just found the...
|
Forum: Visual Basic .NET
May 16th, 2006, 5:06 PM
|
|
Replies: 4
Views: 348
No, this isn't what I meant. I know some XML,...
No, this isn't what I meant. I know some XML, and I agree - it's a great way to create files that can be read by most programming languages.
However, the "file mapping" I'm referring to is a method...
|
Forum: Visual Basic .NET
May 14th, 2006, 10:49 PM
|
|
Replies: 4
Views: 348
File Mapping in Visual Basic?
I have Visual Basic .NET 2003, and have also been working with another programming languages which has file mapping capabilities - aka, it can create named blocks of data which can be accessed by...
|
Forum: PHP
May 10th, 2006, 6:22 PM
|
|
Replies: 5
Views: 150
EOF Detection
I have this script to read one line at a time out of an online file (fopen, then fgets), but it can't detect the end of the file yet. How do i do this? if(fgets($file)) or something?
Thank you for...
|
Forum: Other Programming Languages
Nov 16th, 2005, 5:37 PM
|
|
Replies: 7
Views: 251
|
Forum: Other Programming Languages
Nov 15th, 2005, 2:50 PM
|
|
Replies: 29
Views: 878
|
Forum: Other Programming Languages
Nov 15th, 2005, 2:38 PM
|
|
Replies: 7
Views: 251
Windows .DLL's
I am quickly getting tired of "re-inventing the wheel," and was wondering if there was anywhere online where the utilities within each windows .dll file are identified and explained. I've already...
|