eSomeone has succeeded to control character LCD from the K8055.
See the thread: k8055 & LCD
About the digital sensor: Please note that the digital output speed of the K8055 is only one byte / 10ms. If the sensor accepts so low clock and data rates it should be OK.
Vel 255 said that a MUX should be an option, but is it possible to connect various kinds of sensors to one analog port (e.g. temperature, pH and conductivity). And how to program it? (I mean what should the code be?)
[quote]Vel 255 said that a MUX should be an option, but is it possible to connect various kinds of sensors to one analog port (e.g. temperature, pH and conductivity).[/quote]Yes, using an external analog MUX this is possible. Connect the sensor outputs to the inputs of the MUX. Connect the output of the MUX to the analog input of the K8055. Connect the channel select lines to the digital outputs of the K8055. (The channel select lines in the datasheet are marked with S.)
You have to add pull up resistors to these lines. The digital outputs of the K8055 are open collector outputs.
[quote]And how to program it? (I mean what should the code be?)[/quote]In the program just turn on the digital output(s) to select the MUX channel.
Then read the analog input voltage of the K8055.