Yes the port is configred properly I also send other pieces of data before that message and it responds fine. I dont believe its in my structure of the way im sending do you?
On Aug 7, 3:49 am, visavadiya hiren <[email protected]> wrote: > Are u sure that port is configured at right way and port is open.? > if not then check the port status. > With warm regards, > Hiren Visavadiya > [email protected] > +91-9328985076 > > On Fri, Aug 7, 2009 at 5:40 AM, cmdolcet69 <[email protected]>wrote: > > > > > > > I setup my byte array as such > > > Dim Message_Array() As Byte = {&H7E, &H0, &H4B, &H0, &H6D, &H0, &H7D, > > &H33, &HA2, &H0, &H40, &H4B, &H99, &HC6, &H0, &H6D, &H4C, &H30, &H30, > > &H30, &H31, &H36, &H6, &H4C, &H30, &H30, &H30, &H31, &H36, &H0, &H0, > > &H4D, &H53, &H30, &H37, &H34, &H31, &H0, &H7D, &H33, &HA2, &H0, &H40, > > &H31, &H31, &H39, &HE2, &HB, &HC, &H0, &H0, &H0, &H0, &H0, &H0, &H0, > > &H0, &H0, &H0, &H0, &H0, &H0, &H0, &H0, &H0, &H0, &H0, &H0, &H0, &H0, > > &H0, &H0, &H0, &H0, &H52, &H0, &H0, &H0, &H0, &H0, &HB3} > > > SerialPort1.Write(Message_Array, 0, 81) > > > However this isn;t working....whats up- Hide quoted text - > > - Show quoted text -
