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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/26/05 05:11
Modified:
  02/26/05 05:18

Read: times


 
#88510 - Stu
Responding to: ???'s previous message
I'm probably just being captain obvious and you probably already know and have done all this, but this in case:

Just a note - in case your compiler supports it, you can save a line of code with the below:

>>WAIT3:
>>JNB RI, WAIT3 ; Wait for reception to be completed.

JNB RI,$ ; All of the above in one line, no label required

Also, I assume you have set the REN (Receiver Enable, address 9Ch) to 1, correct?

And regarding the previous post, try this:

EDIT: Alex, I was mistaken originally. This is probably what you need to do instead o fthe SThreshold property:

http://msdn.microsoft.com/library/d...e_comm.asp

OutBufferSize of 8 or 16 might help out in this case...?

List of 24 messages in thread
TopicAuthorDate
8051 <-> RS232 comunication            01/01/70 00:00      
   VB to Microcontroller            01/01/70 00:00      
      Very Informative!            01/01/70 00:00      
         Language(s)?            01/01/70 00:00      
            Languages            01/01/70 00:00      
   Line buffering?            01/01/70 00:00      
      furthermore Russell Bull            01/01/70 00:00      
      Line buffering            01/01/70 00:00      
         buffer            01/01/70 00:00      
            Serial Comms and Visual Basic            01/01/70 00:00      
               Another URL            01/01/70 00:00      
                  MSComm config            01/01/70 00:00      
                     More on VB setup            01/01/70 00:00      
                        VB Setup            01/01/70 00:00      
                           Code for 8051/VB            01/01/70 00:00      
                              Thank you            01/01/70 00:00      
   MSDN            01/01/70 00:00      
   Flush your buffers            01/01/70 00:00      
   Stu            01/01/70 00:00      
      REN ???            01/01/70 00:00      
         REN !!            01/01/70 00:00      
   Hardware/software            01/01/70 00:00      
      Got a MAX232 or 1488/9 chip?            01/01/70 00:00      
         MAX232 and oscilloscope            01/01/70 00:00      

Back to Subject List