Displaying Weather Statistics


Closed Thread
Results 1 to 13 of 13

Hybrid View

  1. #1
    Join Date
    Dec 2005
    Posts
    1,073


    Did you find this post helpful? Yes | No

    Default

    While Purebasic has extensive graphics capabilities (it's a favorite of game programmers) it is not as easy to create this type of graphics as it is with VB. PB requires more low-level work.

    The advantage of Purebasic is that it is cross-platform (Windows, Linux, OSX) and compiles to small, efficient, standalone executables.

  2. #2


    Did you find this post helpful? Yes | No

    Default

    One thing you could do is upload the weather data to a website like weatherunderground.com. Then you can let them display the data. And manage the webcode.
    Tim Barr

  3. #3
    Join Date
    Jun 2009
    Location
    Sc*nthorpe, UK
    Posts
    333


    Did you find this post helpful? Yes | No

    Default

    Hi Bill,

    I am using VB Express to read data streams from COM1. The data is from a datalogger (Aqualog). I have a windows application that displays live data and enables settings to be changed on the fly. It also uses MS Access for a database. The data can then be displayed using Excel. All this is very easy to do.

    And if you have MS Office it is all free when you use VB Express. I also downloaded SQL Express for free.

    Wind direction sounds interesting and I will have a look into this.

    Steve

  4. #4
    Join Date
    Nov 2007
    Location
    South-West of Australia. A small town called Denmark. 'Where the forest meets the sea.'
    Posts
    136


    Did you find this post helpful? Yes | No

    Default Languages for the PC

    EB2 - Thanks for your comments. I have had a look at VB.NET - it seemed a huge pile of code and used quite a different approach to creating the code:

    1. Design the forms/windows - then automatically, create the code.
    2. Glue the bits together with additional code - it's this bit that didn't seem simple/easy to me?

    I recently purchasaed 'Visual Basic for Electronics Engineering Application' by Vincent Himpe - it's not the book for a beginner and I need some gentler introduction to VB to get me going.

    I've had a look at Liberty Basic and like the feel of it - a more traditional approach to creating code. More work at 'low level' - but that what I've been doing for a few years with PBP.

    The Liberty Basic site asks if I want the '32' or '64' bit version? I just want to run it on by PC using windows - which version do I need?

    Regards Bill legge

  5. #5
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Bill Legge View Post
    I've had a look at Liberty Basic and like the feel of it - a more traditional approach to creating code. More work at 'low level' - but that what I've been doing for a few years with PBP.

    The Liberty Basic site asks if I want the '32' or '64' bit version? I just want to run it on by PC using windows - which version do I need?
    I will guess you have a 32 bit system. I say that because if you had WIN64 you would know it
    Dave
    Always wear safety glasses while programming.

  6. #6
    Join Date
    Jun 2009
    Location
    Sc*nthorpe, UK
    Posts
    333


    Did you find this post helpful? Yes | No

    Default

    Hi Bill

    VB has a few concepts that are hard to understand, objects, methods, collections and properties to name a few. But what you want to do is realy easy in VB 2008 Express. I have time on my hands so if you want to try the VB route let me know.

    Steve

  7. #7
    wil@picbasic's Avatar
    wil@picbasic Guest


    Did you find this post helpful? Yes | No

    Default

    Hi Steve,

    I'm interested too. I strugled some weeks with MSCOMM in Excel (VB6) and it will not work with VISTA or Win 7. I got the error 8020, can not read device......
    Writing data is ok.

    Wil

Similar Threads

  1. Problem displaying data from GPS module & using 16f877a
    By financecatalyst in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 15th April 2010, 10:27
  2. Joining variables and displaying on an LCD
    By Navaidstech in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 29th April 2009, 04:12
  3. Weather Station wireless
    By jetpr in forum General
    Replies: 15
    Last Post: - 24th August 2007, 20:38
  4. Displaying messages with only 7 (or 4) LEDs on a stick...
    By flotulopex in forum mel PIC BASIC Pro
    Replies: 15
    Last Post: - 20th May 2007, 08:35
  5. Reporting program statistics
    By alex in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 23rd December 2004, 17:18

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts