vt100 interface problem in dev_20120622
Posted: Sat Jun 23, 2012 3:07 pm
Hi to all,
I am testing the dev_20120622 MultiWii version and the vt100 interface isn't working, I upgraded from dev_20120522 were was working perfectly.
I can see that the interface is working because the led blinks when I move the pitch stick and I even done a rollback to the 20120522 and was working as it should. My configuration is (everything else wasn't changed):
Does someone also has this problem?
Regards,
Luis Sismeiro
I am testing the dev_20120622 MultiWii version and the vt100 interface isn't working, I upgraded from dev_20120522 were was working perfectly.
I can see that the interface is working because the led blinks when I move the pitch stick and I even done a rollback to the 20120522 and was working as it should. My configuration is (everything else wasn't changed):
Code: Select all
#define QUADX
//#define MINTHROTTLE 1150
#define MINTHROTTLE 1180 // for RCTimer ESCs 30A
//#define I2C_SPEED 100000L //100kHz normal mode, this value must be used for a genuine WMP
#define I2C_SPEED 400000L //400kHz fast mode, it works only with some WMP clones and with most current boards
#define CRIUS_SE // Crius MultiWii SE
//#define ALLOW_ARM_DISARM_VIA_TX_ROLL
#define RCAUXPIN8
#define LCD_CONF
#define LCD_CONF_AUX
#define SUPPRESS_LCD_CONF_AUX34
#define LCD_VT100 // vt100 compatible terminal emulation (blueterm, putty, etc.)
#define LCD_TELEMETRY
#define LCD_TELEMETRY_AUTO "12345"
//#define MAXTHROTTLE 1850
#define MAXTHROTTLE 1900
#define MOTOR_STOP
Does someone also has this problem?
Regards,
Luis Sismeiro