Search found 6 matches

by gk606065
Thu Oct 21, 2004 10:11 am
Forum: General
Topic: Serial control
Replies: 8
Views: 4869

IT WORKS

Thanks for your help it works now. I turned the data into hex and it worked, i can now interface into HPM I control and control whatever i want to including scenes and input output ir



Thanks again
by gk606065
Wed Oct 20, 2004 10:52 pm
Forum: General
Topic: Serial control
Replies: 8
Views: 4869

thanks alot ill give that a go tonight

regards Garry
by gk606065
Wed Oct 20, 2004 5:47 pm
Forum: General
Topic: Serial control
Replies: 8
Views: 4869

sorry scott

sorry i forgot to tell u that i have not used a terminator. Because i do not no what it does



thanks
by gk606065
Wed Oct 20, 2004 5:45 pm
Forum: General
Topic: Serial control
Replies: 8
Views: 4869

Here is the write data i have used

S_GR,1,100,100



after this string i need a carriage return and possibly a line feed I am using ascii as the device i talk to needs asci. i have tried CR and LF but its sends the data as CR LF . When i view a CR from hyper terminal it comes up lower case c over lower case R



thanks
by gk606065
Wed Oct 20, 2004 7:32 am
Forum: General
Topic: Serial control
Replies: 8
Views: 4869

cant seem to get a carriage return

I have set up a serial analyser and hyperterm and for some reason when i am not able to send carriage returns from the software
by gk606065
Tue Oct 19, 2004 9:51 am
Forum: General
Topic: Serial control
Replies: 8
Views: 4869

Serial control

Hi all , i am trying to send serial data from the housebot to a serial interface , i am able to see the data coming from my device into house bot but i am not able to send a control string back to my device. I want to send the string S_GR,1,100,100 this controls a group id and sets a relay 1 to 100 ...