• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

test please delete

Collapse
This is a sticky topic.
X
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Population
    1246 Revenues
    285300 € Unemployment 2 %
    Transport 98 %
    Crime rate 1 %
    Pollution 0 %

    rank=229

    Comment


      Originally posted by BrilloPad View Post
      evening all
      Hi Scourer

      There's a few techy-ish posts up there for you

      Comment


        Originally posted by NickFitz View Post
        Have you thought about caching the data as it arrives, whilst also drawing it line by line, then when it's time to save, create a new bitmap thingy, draw to that using the cached data, and save that?

        Or have you already tried that?
        Max string length is 64k.

        I'd need an array of strings or something.

        Doing this stuff with VB is like programming with one hand tied behind your back.

        It's taken until now to find out how to declare something in hex... and I only found that out by looking in the constants file.

        Comment


          Originally posted by BrilloPad View Post
          evening all

          Comment


            Originally posted by NickFitz View Post
            Hi Scourer

            There's a few techy-ish posts up there for you
            in tpd or in technical?

            Comment


              Originally posted by zeitghost View Post

              Comment


                Originally posted by zeitghost View Post
                Max string length is 64k.

                I'd need an array of strings or something.

                Doing this stuff with VB is like programming with one hand tied behind your back.

                It's taken until now to find out how to declare something in hex... and I only found that out by looking in the constants file.
                Can you do anything treating the incoming data as binary? Rooting around in my memory of COM, I've got vague memories of doing something with the ADODB.Stream object...

                Comment


                  Originally posted by BrilloPad View Post
                  in tpd or in technical?
                  TPD

                  kali's got a datasheet for an 8250 Universal Asynchronous Receiver/Transmitter chip

                  Comment


                    Originally posted by NickFitz View Post
                    Can you do anything treating the incoming data as binary? Rooting around in my memory of COM, I've got vague memories of doing something with the ADODB.Stream object...
                    I dunno.

                    I haven't reached that chapter in Larn thysen VB3 in 24 hours...

                    In VB3, string is about as binary as it appears to get.

                    And the MSCOMM thingie is treating some character or other as EOF... though all that does is generate an EOF event which I ignore, largely coz it's fick tish us

                    Comment


                      Actually, all this nonsense is of great use, coz a) it relieves my tedium and b) I'm larning sommat I didn't know before, useless as it may well be...

                      I suspect the next trick will be translating this so Borland C++ can compile the C version...

                      Comment

                      Working...
                      X