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 13:06
Read: times


 
#3132 - RE: A/D to LCD using 80c31
You can send data direct with XBY(XXXXX)=A ok.

You need to convert the number directly and then output the data to the display by dividing the number by 10, rounding it up and then outputting it with xby(XXXX)=number+30 , and repeating until you get to the lsb(I can NEVER remember the offset value it might not be 30)

STeve

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