Page 1 of 1
changing to channel 3 in JCIDE
Posted: Mon Aug 29, 2016 10:31 pm
by Nutt1
Hi,
In
JCIDE, how can I change the default channel to channel 3 to send my command? Thanks
Nutt
Re: changing to channel 3 in JCIDE
Posted: Tue Aug 30, 2016 4:43 am
by product
Please send the commands below to open logical channel 3.
>> /manage-channel open
>> 00 70 00 00 01
<< 01 90 00
>> /manage-channel open
>> 01 70 00 00 01
<< 02 90 00
>> /manage-channel open
>> 02 70 00 00 01
<< 03 90 00
Re: changing to channel 3 in JCIDE
Posted: Fri Sep 02, 2016 1:29 am
by kineri
To exit the current logical channel, which command should I send?
Re: changing to channel 3 in JCIDE
Posted: Fri Sep 02, 2016 3:05 am
by product
Please send command /manage-channel close to close the current using logical channel.
And send command /set-channel n to use the other logical channel n you want.