by donstokesy » Sun Apr 05, 2009 1:33 pm
by donstokesy
Sun Apr 05, 2009 1:33 pm
Hi guys,
Ive got a little stuck, ive got to the stage where there is a zigbee connection between my PC and the CM5 and data gets transmitted
(by the PC) and received (by the CM5) but the CM5 dosnt recognise the data.
this is the setup;
In the CM5 the BCP is connection_test.bpg and is coded as follows:
START
LABEL LOOP
IF (CM-5/RX REMOCON DATA ARRIVE) != 0 then LOAD (CM-5/AUX LED = 1)
JUMP LOOP
END
on the PC side, the labview blockdiagram is as follows:
as expected when i press the arrow keys or PgUp or PgDwn or the test button, the TxD LED on the Zig2Serial board lights up and the RxD light on the CM5 lights up.
However the AUX LED should also light up with the BCP above loaded, but it doesnt!!
Ive tried servo movements (if the AUX LED is faulty), ive tried different variations on the package format but to no avail.
I suspect its my package format, but if i send the string "FF5501FE08F7" the AUX led light dosnt come on!
I think im missing something obvious, so if anybody can spot it i would be delighted!
Hi guys,
Ive got a little stuck, ive got to the stage where there is a zigbee connection between my PC and the CM5 and data gets transmitted
(by the PC) and received (by the CM5) but the CM5 dosnt recognise the data.
this is the setup;
In the CM5 the BCP is connection_test.bpg and is coded as follows:
START
LABEL LOOP
IF (CM-5/RX REMOCON DATA ARRIVE) != 0 then LOAD (CM-5/AUX LED = 1)
JUMP LOOP
END
on the PC side, the labview blockdiagram is as follows:
as expected when i press the arrow keys or PgUp or PgDwn or the test button, the TxD LED on the Zig2Serial board lights up and the RxD light on the CM5 lights up.
However the AUX LED should also light up with the BCP above loaded, but it doesnt!!
Ive tried servo movements (if the AUX LED is faulty), ive tried different variations on the package format but to no avail.
I suspect its my package format, but if i send the string "FF5501FE08F7" the AUX led light dosnt come on!
I think im missing something obvious, so if anybody can spot it i would be delighted!