hi, i'm connecting my PC to a projector, using the MSComm to send and receive data. How do I know if my data is successfully being send fr PC to projector? I tried sending :
MSComm1.output = chr(&H31) & chr(&H24) & chr(&H01)
then the projector is supppose to reply, but how do i get the reply? the reply is in what format? how should i write the code for the reply? my data is in hexadecimal form.
thanx very much!