Hi all
I have a program that has to spit out binary to modem through the com port.
I have the values that it must store in byte types, I just have to convert them to binary and then send it through the comm port. Can Visual Basic do something like this and if so,
How do you convert a byte type (int value) to binary

Thanks in advance