Sending UDP commands

elfranzen

Registered User.
Local time
Today, 11:49
Joined
Jul 26, 2007
Messages
93
I am looking for code to send UDP commands in VBA.

I need to send "Promo" Binary

0) 0 1 0 1 0 0 0 0
1) 0 1 1 1 0 0 1 0
2) 0 1 1 0 1 1 1 1
3) 0 1 1 0 1 1 0 1
4) 0 1 1 0 1 1 1 1

I would like to see code let lets me use the "Promo" instead of the binary string if it is possible. I have a few different things to send and converting everything to binary first would be more difficult but if I have too I will just to get this working.

I have found some VB.net stuff but not 100% sure if it will work in access or not. any help would be great Thanks
 
I do not know what #"Promo" binary# is and what you are seeking, and the dearth of responses could imply that few other readers here know what it is. Or it could imply weekend :D

Try explaining your problem from scratch.
 

Users who are viewing this thread

Back
Top Bottom