Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/09/00 11:27
Read: times


 
#3128 - RE: A/D to LCD using 80c31


Steve Taylor wrote:
-------------------------------
Its easy, particularly if you hang the I/O parts off an 8255 PIA, you can easily drive the bits and pieces directly from BASIC if you want. Break the problem down into easy bits. Create a routine that will drive the 154 by looking carefully at the datasheet and seeing which lines need to ber pulled where. Same for the display.

Steve

Hi Steve,

Perhaps I should better explain my problem. I am able to get the data from the MAX154 and convert it to what I need. I am also able to write to the LCD module. The problem is try to get BASIC-31 to allow me to write the converted data to the display. I have tried the $(0) command with no success. It only allows me to enter a set value. Not a variable. XBY(0ff81h)=ASC(A) just outputs the letter "A" also. I have used a technique where I have it GOSUB a lookup table. But that involves looking up one decimal position at a time and get rather crazy and long. Not to mention slow. Any help would be greatly appreciated. Thanks!

List of 11 messages in thread
TopicAuthorDate
A/D to LCD using 80c31            01/01/70 00:00      
RE: A/D to LCD using 80c31            01/01/70 00:00      
RE: A/D to LCD using 80c31            01/01/70 00:00      
RE: A/D to LCD using 80c31            01/01/70 00:00      
RE: A/D to LCD using 80c31            01/01/70 00:00      
RE: A/D to LCD using 80c31            01/01/70 00:00      
RE: A/D to LCD using 80c31            01/01/70 00:00      
RE: A/D to LCD using 80c31            01/01/70 00:00      
RE: A/D to LCD using 80c31            01/01/70 00:00      
Success!!!!            01/01/70 00:00      
RE: A/D to LCD using 80c31            01/01/70 00:00      

Back to Subject List