There are 2 pair of reciprocal methods on channels:
* assign - unassign
* open - close
So the proper sequence is:
1. assign, open, close ..... open, close, and so on
2. assign, open, close, unassign .... assign, open, and so on
1. applies if the 2nd open shall use the same channel parameters, i.e. you want to connect to the same device (type)
2. applies if you try to build up a different connection
Cheers,
OMB