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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/05/07 20:56
Modified:
  06/05/07 20:57

Read: times


 
#140297 - Re:Good
Responding to: ???'s previous message
Juan Carlos said:
Jon the statement or string:
printf ("This table shows all data collected in one dayn");

is a string sent from the micro (Keil uV3) through UART to MVB6. I am not using it in MVB6.
For MVB6 I use Me.Print "message string" & vbCrLf;


Ok, I was confused there.

Jon, my end result on this is to print/display a message coming from the 8051 on a label or text control on BV6. Like your sample code shows I need to know when the next line starts (n) = CR = Chr(13) right?

Right. But make sure there's no LF as well.

So that I can begin a new line and start displaying more information if I needed to.
Right now, my information which is more than one line is displayed...I would say not complete or some part of the messages are missing.
Could you put together a small piece of code that would use to sent a string of two lines from an 8051 UART to MVB6? Using your sample code of course.

I don't C, so it'll have to be ASM

Jon, I have noticed that I am not using rxBuffer...
What is the difference between newChar and rxBuffer on your sample code? I do not see rxbuffer defined anywhere...maybe this is what I am missing...

Thank you!



I didn't show where rxbuffer is defined, but use:
Public rxbuffer as String

at the very beginning of your main code.

rxbuffer should be equal to what you sent from the micro, upto the CR.

Jon



List of 101 messages in thread
TopicAuthorDate
LPC9XX Data Logger            01/01/70 00:00      
   UART            01/01/70 00:00      
   That is it            01/01/70 00:00      
      Plenty            01/01/70 00:00      
         Windows XP            01/01/70 00:00      
      Off-topic            01/01/70 00:00      
         UART to RS232            01/01/70 00:00      
            MAX-232            01/01/70 00:00      
            UART to RS232            01/01/70 00:00      
               BEWARE            01/01/70 00:00      
                  MAX3222            01/01/70 00:00      
                     well, it does say 3V3            01/01/70 00:00      
   Simple Test Solution            01/01/70 00:00      
      Microsoft is great            01/01/70 00:00      
      Mistake RS232 Levels?            01/01/70 00:00      
         RE: Mistake            01/01/70 00:00      
   Need Help            01/01/70 00:00      
      Hello, World!            01/01/70 00:00      
      start this way            01/01/70 00:00      
      EPM900?            01/01/70 00:00      
         Yes Andy            01/01/70 00:00      
   BABYSTEPS            01/01/70 00:00      
      No Good            01/01/70 00:00      
         read "the bible"            01/01/70 00:00      
   Double Check            01/01/70 00:00      
   It's Working!!!            01/01/70 00:00      
   Save to Hard Drive            01/01/70 00:00      
      What software?            01/01/70 00:00      
      back at the top of the thread            01/01/70 00:00      
   Keil uV3            01/01/70 00:00      
   I forgot            01/01/70 00:00      
      Actually            01/01/70 00:00      
         Please do            01/01/70 00:00      
         Need Help Jon            01/01/70 00:00      
            Re: Help            01/01/70 00:00      
               Good!            01/01/70 00:00      
                  Re:Good            01/01/70 00:00      
                     Sample            01/01/70 00:00      
                        Thank you            01/01/70 00:00      
                           Comments            01/01/70 00:00      
            VB.NET            01/01/70 00:00      
               serial and parallel ports using VB.NET            01/01/70 00:00      
         Hard Drive Path            01/01/70 00:00      
            Drive Path            01/01/70 00:00      
   Delay            01/01/70 00:00      
      Timer            01/01/70 00:00      
   Yes            01/01/70 00:00      
      VB Ready            01/01/70 00:00      
         No,            01/01/70 00:00      
      Did it work in Hyperterminal?            01/01/70 00:00      
         It did            01/01/70 00:00      
            I changed your code.            01/01/70 00:00      
               Here            01/01/70 00:00      
   One more thing            01/01/70 00:00      
      Caused by LF            01/01/70 00:00      
         What else?            01/01/70 00:00      
            You could...            01/01/70 00:00      
               Wha?            01/01/70 00:00      
                  Actually, I should have said putc            01/01/70 00:00      
                     Look at ...            01/01/70 00:00      
                        I've got it            01/01/70 00:00      
                           Cooool            01/01/70 00:00      
   One more thing            01/01/70 00:00      
      Icon            01/01/70 00:00      
         Yes            01/01/70 00:00      
      "Caption"            01/01/70 00:00      
   Sample Code Updated            01/01/70 00:00      
   Decimal Data            01/01/70 00:00      
      What happens if...            01/01/70 00:00      
   It works            01/01/70 00:00      
      The reason...            01/01/70 00:00      
         Yes            01/01/70 00:00      
            Same position            01/01/70 00:00      
               Oops - small error            01/01/70 00:00      
   Yes            01/01/70 00:00      
   Maybe            01/01/70 00:00      
      Yes            01/01/70 00:00      
         Does not work            01/01/70 00:00      
            You have to...            01/01/70 00:00      
               Where?            01/01/70 00:00      
                  Neither            01/01/70 00:00      
                     Sorry, but no            01/01/70 00:00      
                        It should have            01/01/70 00:00      
                        Reason it didn\'t work            01/01/70 00:00      
                  I wouldn't put it anywhere there.            01/01/70 00:00      
                     That's OK            01/01/70 00:00      
                     Yes it did            01/01/70 00:00      
                        Just add this            01/01/70 00:00      
                           I will            01/01/70 00:00      
                              Send it all together...            01/01/70 00:00      
                                 If values have different place limits...            01/01/70 00:00      
                                    I think so            01/01/70 00:00      
   Excellent            01/01/70 00:00      
      Data Format            01/01/70 00:00      
         Some ways            01/01/70 00:00      
            Worng Link            01/01/70 00:00      
               Yes, wrong link            01/01/70 00:00      
            Replace()            01/01/70 00:00      
   CT needed            01/01/70 00:00      
      Juan, start new subject, please            01/01/70 00:00      
         and define your abbreviations            01/01/70 00:00      

Back to Subject List