GQALL

od214 multiplexer CQM1 CPU41 - OD214 Multiplexer

5 posts in this topic

Hi All, 
how to do on a unit OD214 (16 OUT) "LOW" an "HIGH" byte? I need to multiplex address 0-255  (1/2 7 OUT)  and send data (2/2 8-16 OUT) 0-255 OD214 ...

Thank you :-)

George Walk  

Share this post


Link to post
Share on other sites

Look at ANDW and MOVD.

1 person likes this

Share this post


Link to post
Share on other sites

Thank you for answer.
ANDW and MOVD it does not work for me.  See picture ANDW and MOVD.
I tried it ANDW and MOVB. The result is similar.  See picture ANDW and MOVB.
Where am I making a mistake?

Thank you :-)

GW
For home automation


 

ANDW and MOVD.jpg

ANDW and MOVB.jpg

Share this post


Link to post
Share on other sites

I didn't analyze your code but I did notice you are using a MOVB (Move Bit) instruction in your second picture.

Share this post


Link to post
Share on other sites

Solved. Solution on the picture.
(MOVD #230 and ORW)


Thanks for the help :-)

MX-ArduinoMega.jpg

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now