Software
Search
Shopping Cart
Testimonials
-
Thank you so much for your quick response. I was struggling with this late last night when I sent the request, and now first thing this morning I have a helpful reply. [...] By the way the upgrading process is so painless, it's fantastic! May I congratulate you on a well developed product with great product support.
—Jason, Compac Sorting Equipment


Comments
#1
Do you provide MS Visual C++ header files for your products?
Where do I find functions for opening, reading, and writing from the Host USB Port?
Do you publish a USB I/O Programming Manual similar to that from Delcom?
Thank you
#2
We do provide header files.
Section 4 of the users-guide provides documentation and pseudo-code for using the high-level driver. Though looking at our examples will probably get you going a lot faster.
We do not have a dedicated USB manual. Instead, the driver abstracts the communication medium. That way all you need to do is open the device properly (USB ID number, IP number etc.), then your code will operate regardless of the communication medium.
#3
Sounds OK.
Do you have examples in simple ASCII so I can read them without loading a new and unfamiliar language such as Factory?
#4
I am not sure what you mean. If you want to program on Windows with the U3/U6/UE9, see our Windows UD Examples.