I think there may be an issue here thought I would mention it. I was trying to GetPin(B.5) and it would not get a pin value. I changed to GetPin(3) it now gets the pin value on on PORTB.5 or Pin 3 of the 44s but I now get a warning message on Compile.
Warning(3): parameter 1 of GetPin, pin 3 (&H03) is not a valid I/O pin for target processor "ZX44s"
but it is working just fine.
thanks
Issue with Bit names on the ZX-44s?
Re: Issue with Bit names on the ZX-44s?
What version of the compiler (not the IDE version) are you using? If you are using the IDE, both the IDE version number and the compiler version number are displayed in the "about box" invoked using the Help|About ZBasic IDE menu item.KindaNerdy wrote:I changed to GetPin(3) it now gets the pin value on on PORTB.5 or Pin 3 of the 44s but I now get a warning message on Compile.
- Don Kinzer
-
- Posts: 9
- Joined: 27 April 2010, 16:41 PM
That is a fairly old version, released in October 2010. The current version is v4.0.3 (which doesn't exhibit the symptom you described) - available on the Downloads PageKindaNerdy wrote:The [...] Compiler version is 3.1.6.
- Don Kinzer
-
- Posts: 9
- Joined: 27 April 2010, 16:41 PM