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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/12/07 21:28
Read: times


 
#132670 - Unusable code?
Responding to: ???'s previous message
Charles Bannister said:

;;*********************************************************************
;;      THIS PROGRAM WILL CALL A BEEPER (555-1212) WHEN PIN 6 OR 7 
;;      OF 89C2051 RECEIVES AN ACTIVE SIGNAL.
;;      A Printed Circuit board is available along with a programmed
;;      89C2051 with your beeper number(s). Send Email to 
;;      cpu8052@aol.com for more information.
;;
;;********************************************************************* 


.EQU    CR,       13         ;; CARRIAGE RETURN
.EQU    PGRDLY1,  30         ;; 30 SECSS DELAY 
.EQU    PGRDLY2,  15         ;; 15 MINUTES DELAY
.EQU    CMDOK     0x30       ;; MODEM RESULT OK COMMAND
.EQU    TXGOING,  0x08       ;; USER DEFINEABLE FLAG (21.0)


At least one member of the forum would not be able to use this - see http://www.8052.com/forum/read.phtml?id=132474

You have failed to state what assembler is required to translated this source code!

Where you rely upon tool-specific features - which is (almost) inevitable in assembler - you must clearly state which tool is required!



List of 21 messages in thread
TopicAuthorDate
Interfacing 8051 to Voice Modem            01/01/70 00:00      
   DTMF            01/01/70 00:00      
      56k Modem vs MT8880+TEA1062            01/01/70 00:00      
         external modem and voice?            01/01/70 00:00      
            It's a voice modem            01/01/70 00:00      
   Interfacing to modem            01/01/70 00:00      
      Voice            01/01/70 00:00      
   Line Interface            01/01/70 00:00      
      Thanks for the head-up            01/01/70 00:00      
         RS232 + AT commands?            01/01/70 00:00      
            http://members.aol.com/cpu8052/modem1.html            01/01/70 00:00      
               Rgd the schematic            01/01/70 00:00      
                  Yup, just be carefull...            01/01/70 00:00      
               Even better!            01/01/70 00:00      
               Heads up on the schematic            01/01/70 00:00      
                  Will do, big thanks            01/01/70 00:00      
               Unusable code?            01/01/70 00:00      
                  Code is usable. (Modem1.asm)            01/01/70 00:00      
                     So you should know better!            01/01/70 00:00      
                     have you not heard of 'reading the manual'?            01/01/70 00:00      
            A Project of two halves!            01/01/70 00:00      

Back to Subject List