I need a way to communicate to a device so that i can take readings off of it. The code i have submitted is giving me an error when i compile.
[ comm1.Output = Chr(0x2A)+Chr(0 x04)]
It says it missing a ')' when compile???? What is it talking about and how can I fix it?
[ comm1.Output = Chr(0x2A)+Chr(0 x04)]
It says it missing a ')' when compile???? What is it talking about and how can I fix it?
Comment