add lcdvc client: virtal console on LCD

This commit is contained in:
marschap
2006-04-24 20:05:35 +00:00
parent 61c80a199b
commit 1aaa20b1de
11 changed files with 759 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
#ifndef LCD_LINK_H
#define LCD_LINK_H
extern char * address;
extern int port;
int connect_and_setup();
int read_response( char * str, int maxsize );
int process_response( char * str );
int update_display();
int send_nop();
#endif