Attention Technical: 40X1 possible bug

kenmac

Member
Hi,
I've been programming a 40X1 for the first time and ran into a problem with the setting of the output pins.
Example:
pins = 112 (%01110000) results in the state of the pins actually being 240 (%11110000)
Actually, any value not using the msb results in the msb being set.

pins = 240 results in %01110000.
It seems that the msb is set until it is actually required to be set, then it changes to "0"
The debug accurately reports the situation.
I haven't checked a 40X.

I'm using v5.13

kenmac



 

Technical

Technical Support
Staff member
demonpicaxeguy - the whole purpose of this forum is to ask questions and for those questions to be answered. Please be more tolerant.
 
Top