send_string("101 Vending ");
send_string(motor);
send_string(CRLF);
- motor_reply(dispense_motor(motor[0]*10+motor[1]));
+ motor_reply(dispense_motor((motor[0]-'0')*10+(motor[1]-'0')));
}
}
send_string("102 Vend all motors complete." CRLF);
"+Vnn vend an item" CRLF
"+VALL vend all items" CRLF
"*Wxxxxxxxxxxxx set a new password for authenticated vends. xxx=16 chars" CRLF
+ " password will be converted to uppercase" CRLF
"" CRLF
"Very few functions are available when the machine is in standalone " CRLF
"mode (DIP SW 1 is set)" CRLF
send_string("5N4X0RZ R US" CRLF);
- mic_challenge = 0;
-
last_standalone = is_standalone();
if (last_standalone)
cur_motor[0] = 0xff;
}
if (sci_have_packet) {
+ send_string(CRLF);
switch (sci_rx_buf[0]) {
case '\0':
case '#':
while (read STDIN,$a,1) {
if ($origin+$size == $hole_start) {
for($i = 0; $i < $hole_size; $i++) {
- print "\t.byte 0xff\n";
+ print "\t.byte 0x00\n";
}
$size += $hole_size;
}