| 
      
        | Posted: 03:54pm 24 Sep 2022 |  |  |  |  Hello Peter,
 
 A few more bugs for the pot:
 
 1. MM.INFO(PINNO ...) is now broken - worked prior to RC2:
 
 PicoMiteVGA MMBasic Version 5.07.05RC2Copyright 2011-2022 Geoff Graham
 Copyright 2016-2022 Peter Mather
 
 > list "mminfo_error.bas"
 Option Default None
 Option Explicit On
 Print MM.Info(PinNo GP28)
 > run "mminfo_error.bas"
 [3] Print MM.Info(PinNo GP28)
 Error : GP28 is not declared
 
 2. Error message contains wrong/invalid "pipe" character:
 
 PicoMiteVGA MMBasic Version 5.07.05RC2Copyright 2011-2022 Geoff Graham
 Copyright 2016-2022 Peter Mather
 
 > Pulse Gp2, 100
 Error : Pin | is not an output
 
 
 3. Do you mean for the default to be OPTION KEYBOARD US ... I don't mind, it's just not what I was expecting
  . 
 Best wishes,
 
 Tom
 |