I bought one of those teensy USB breakout boards to play around with.
http://www.pjrc.com/teensy/index.html
I cant find any info on the web about interfacing this board with VB6 to use for I/O.
Anyone have any experience with this?
Thanks Hypetia!
I was thinking that the loop to set all pins false would take more time then redim.
Once again, I am faced with the lack of knowledge I contain.
I am using an IF statement to set the pin() true, based on the printer port input being true.
If the printer port pin goes low, then...
I am polling my printer port for inputs 10,11,12,13, and 15.
I was wondering which method would be faster?
This one:
_____________________________________________
Global pin(5) as boolean
Dim x as integer
'sub to read printer port
For x = 0 To 5: pin(x) = False: Next x
'code to read port and...
We are all jerks at one time or another, but I would not say you were being a jerk.
I would be a jerk if I turned this forum into something less than what it is by arguing, but I would like to say one thing.
Sometimes the help files (for me anyway) can be very confusing and hard to understand...
Im using app.previnstance to end the program if a copy is already running.
In form_load:
If App.PrevInstance Then Unload Me: Exit Sub
But Im also using form_queryunload in the form, to detect if someone clicks the X (close) on the form.
Im using form_queryunload to detect if any settings on...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.