Trying to find someone to help me with something I am trying to do in Visual Basic and have always got the best help in these forums so I thought I would ask.
H
Does anyone know much about Visual Basic?
Moderator: General Moderators
k
I have one of these
http://www.wgldesigns.com/w800.html
I followed this tutorial/post
http://www.programmers-corner.com/sourcecode/111
It worked fine but what is shows me is just odd characters
on the devices page is has links about what it send but I don't know that much about VB
to know whats wrong with it
H
I have one of these
http://www.wgldesigns.com/w800.html
I followed this tutorial/post
http://www.programmers-corner.com/sourcecode/111
It worked fine but what is shows me is just odd characters
on the devices page is has links about what it send but I don't know that much about VB
to know whats wrong with it
H
The weird characters you see are the binary data being converted to their ascii equivalent values
http://www.wgldesigns.com/protocols/w80 ... otocol.txt
there is the protocol specs for your X-10 wireless unit
It's been a long time since I played around with VB but finding the functions to unpack binary data shouldn't be hard
http://www.wgldesigns.com/protocols/w80 ... otocol.txt
there is the protocol specs for your X-10 wireless unit
It's been a long time since I played around with VB but finding the functions to unpack binary data shouldn't be hard