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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/01/05 22:07
Read: times


 
#88814 - inputting characters with 2k keil limit
i am trying to read in a string of characters from the serial into my atmel 80c51 microcontroller. However, because i am using keil evaluation verision which has a code limit of 2k, if i use printf and scanf functions these go over the 2k limit! Does anyone have any suggestions how to read in a string of characters without using these functions.

List of 6 messages in thread
TopicAuthorDate
inputting characters with 2k keil limit            01/01/70 00:00      
   use standard code            01/01/70 00:00      
   How to eat a dinosaur            01/01/70 00:00      
      Or one Byte at a time.            01/01/70 00:00      
      RE: Or one byte at a time.            01/01/70 00:00      
         Or one interrupt-driven byte at a time.            01/01/70 00:00      

Back to Subject List