Hi everyone I want to use a keypad to program user setpoints. I am planning on using the memkey form solutions cubed for a 1-wire interface. I will also use a LCD to display the data input. I believe? using serial interface with memkey each digit is transferred as a byte, so the lcd can display the keypress. This means that the value 123 is stored in 3 bytes. I need to store 123 value in a single byte to program to eeprom. Can I display keypress then use a enter command to send a single byte? What is the best strategy to accomplish this? keypad input---lcd show keypress---single byte value in ram----store to eemprom. Thanks Jon