Search found 24 matches

by BrianKudsk
Sep 15, 2010 15:23
Forum: Hardware Interfaces / Communication
Topic: USB that is not a COMM port
Replies: 26
Views: 11177

That is intersting.
That may get me to where I need to be quickly , I may have to go that route and revisit this later.
Thanks Again.
by BrianKudsk
Sep 15, 2010 13:50
Forum: Hardware Interfaces / Communication
Topic: USB that is not a COMM port
Replies: 26
Views: 11177

ok, I have been playing with the hardware and the code you wrote. If I understand the code (keep in mind I am used to straight addressing outs. Each of the three ports having a dedicated address, so this code is quite differant) It seems that the code is virtual, not really outputting. Is that corre...
by BrianKudsk
Sep 14, 2010 20:46
Forum: Hardware Interfaces / Communication
Topic: USB that is not a COMM port
Replies: 26
Views: 11177

Success!!!!!!!!! I uninstalled everything. Reloaded with a fresh download. Put the cbw32.dll in the FB directory in the examples folder and in the main folder. It compiled and ran. Now I need to understand what the output I saw was. Again T H A N K Y o U phishguy for sticking it out. I will update y...
by BrianKudsk
Sep 14, 2010 20:12
Forum: Hardware Interfaces / Communication
Topic: USB that is not a COMM port
Replies: 26
Views: 11177

I know thank you. I haven't given up yet. I will try to reinstall and then find the actual cbw32.dll again. A real challange to be sure.
Thanks again.
by BrianKudsk
Sep 14, 2010 19:32
Forum: Hardware Interfaces / Communication
Topic: USB that is not a COMM port
Replies: 26
Views: 11177

put the cbw32.dll in the same folder as FB. It compiled, however on run it stated it could not find the cbw32.dll.
by BrianKudsk
Sep 14, 2010 18:59
Forum: Hardware Interfaces / Communication
Topic: USB that is not a COMM port
Replies: 26
Views: 11177

trying that now
by BrianKudsk
Sep 14, 2010 18:56
Forum: Hardware Interfaces / Communication
Topic: USB that is not a COMM port
Replies: 26
Views: 11177

Went back and tried to compile MikeW code again and got the same error.
by BrianKudsk
Sep 14, 2010 18:44
Forum: Hardware Interfaces / Communication
Topic: USB that is not a COMM port
Replies: 26
Views: 11177

ok downloaded and installed. Got through the first error and have a new one
Cannot find lcbw2
by BrianKudsk
Sep 14, 2010 18:33
Forum: Hardware Interfaces / Communication
Topic: USB that is not a COMM port
Replies: 26
Views: 11177

I will check right now
by BrianKudsk
Sep 14, 2010 17:53
Forum: Hardware Interfaces / Communication
Topic: USB that is not a COMM port
Replies: 26
Views: 11177

Copied and pasted.
The IDE found and error with Extern "windows-MS"
I am using the IDE that bundled FB with it.
Perhaps I will try the command line compiler to see if it truly is a setup issue.
by BrianKudsk
Sep 14, 2010 0:57
Forum: Hardware Interfaces / Communication
Topic: USB that is not a COMM port
Replies: 26
Views: 11177

Thanks guys.
I will try these first thing in the morning. I have to admit this is sort of trail by fire. Short deadline and much to learn.
I almost gave up and went back to an embedded 486 PC 104 . Comfort zone and all.
by BrianKudsk
Sep 13, 2010 20:28
Forum: Hardware Interfaces / Communication
Topic: USB that is not a COMM port
Replies: 26
Views: 11177

Again I think that my IDE is not setup correctly. It chokes on MichaelW code.
The first choke is on line 3 set basename="cbw32".
by BrianKudsk
Sep 13, 2010 20:12
Forum: Hardware Interfaces / Communication
Topic: USB that is not a COMM port
Replies: 26
Views: 11177

I am working on that now. Found the CBW file.
I think part of my struggle is I do not have the FB IDE setup correctly. It chokes on external stuff.
by BrianKudsk
Sep 13, 2010 19:16
Forum: Hardware Interfaces / Communication
Topic: USB HID EasyWay !
Replies: 3
Views: 5530

I understood the Bus Relations. Where do I find the GUID?
by BrianKudsk
Sep 12, 2010 11:36
Forum: Hardware Interfaces / Communication
Topic: USB that is not a COMM port
Replies: 26
Views: 11177

As I was looking through my old QB code I realized that the CyberReasearch cards that I used were ISA plug ins in I used the address to talk with them ; IE three 8 bit ports plus one or the configuration. They never were COMM ports. On this project I am doing most of the work and the final deploymen...