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 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