PC Interface


+ Reply to Thread
Results 1 to 15 of 15

Thread: PC Interface

Hybrid View

  1. #1
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    3,154


    Did you find this post helpful? Yes | No

    Default Re: PC Interface

    Look at tutorials for Winform using BASIC specifically. It's in VB community, and probably as simplified graphical interface you can get, for FREE.




    You wouldn't have to get back into C, C++ or C#.

    There's most likely commercial tools to do the same, but MS has a proven track record.

    EDIT: I had to use C++ because the interface tool for MS Flight Sim had C++ interfaces available.
    Last edited by Demon; - 7th October 2024 at 19:03.
    My Creality Ender 3 S1 Plus is a giant paperweight that can't even be used as a boat anchor, cause I'd be fined for polluting our waterways with electronic devices.

    Not as dumb as yesterday, but stupider than tomorrow!

  2. #2
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    3,154


    Did you find this post helpful? Yes | No

    Default Re: PC Interface

    If you want something else, I'd start googling for "simplified gui generator software".

    Like: https://retool.com/pricing

    Interesting comments here:
    https://www.reddit.com/r/AskProgramm...imple_gui_app/

    More discussion here pushing for Winform:
    https://www.reddit.com/r/csharp/comm...ay_to_build_a/

    and here:
    https://forums.freebsd.org/threads/l...builder.72104/

    and here:
    https://stackoverflow.com/questions/...ui-application


    So far, I don't see one software standing up above the crowd, except for Winform.
    My Creality Ender 3 S1 Plus is a giant paperweight that can't even be used as a boat anchor, cause I'd be fined for polluting our waterways with electronic devices.

    Not as dumb as yesterday, but stupider than tomorrow!

  3. #3
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,604


    Did you find this post helpful? Yes | No

    Default Re: PC Interface

    I used Visual Basic back in the good old VB6 days. When .net came along it got complicated. They removed the built in serial port control which made it a lot harder to use. In later versions they put it back. But what was always an issue for me was the portabillity of the application developed. I was never able to have it produce a single executable or an installer (with all needed dependencies) that was easy to deploy on someone elses computer. For ones own use, where you run what you develop on the machine where it's being developed it doesn't matter.

    PureBasic looks interesting (I have not tried it).
    Claims to generate single, 32 or 64bit executable without depending on multi gigabyte frameworks, runtime interpreters and what not on the "customer" machine. A bit old school perhaps but if you liked VB6 as much as I did perhaps PureBasic will do the thing.

  4. #4
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,115


    Did you find this post helpful? Yes | No

    Default Re: PC Interface

    Thanks Henrik.

    Will have a look at that.

    Ioannis

  5. #5
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,115


    Did you find this post helpful? Yes | No

    Default Re: PC Interface

    Quote Originally Posted by Demon View Post
    If you want something else, I'd start googling for "simplified gui generator software".

    Like: https://retool.com/pricing

    So far, I don't see one software standing up above the crowd, except for Winform.
    OK, thanks Robert. Seems also a possibility.

    Ioannis

  6. #6


    Did you find this post helpful? Yes | No

    Default Re: PC Interface

    how about a brief description of what you want to do..... maybe we could do some parts and share some experiences... I made this visual basic thing a while back and somehow it still works..... communicates with my pic over wifi network and doing serial comms was pretty easy.Name:  test socket.JPG
Views: 405
Size:  86.8 KB

  7. #7
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,115


    Did you find this post helpful? Yes | No

    Default Re: PC Interface

    Yes, seems OK. But I guess on your own machine (as Henrik stated).

    But were you able to make an installer for third party to have it installed on new PC? or even a stand alone executable file to distribute without any worry for DLLs and other crap files?

    Ioannis

  8. #8
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,115


    Did you find this post helpful? Yes | No

    Default Re: PC Interface

    This is one of tools that I'd like to emulate having some of the features hiden from the end users and others fixed at some value.

    DRF127xDM_V2.7.zip

    Ioannis

  9. #9


    1 out of 1 members found this post helpful. Did you find this post helpful? Yes | No

    Default Re: PC Interface

    But were you able to make an installer for third party to have it installed on new PC? or even a stand alone executable file
    So, haven't used MS visual studio for a while, but usually they make it 'somewhat' backwards compatible. There was an option to make the app I made a "Click Once" installation all in one file. I put it on several windows 10, 7 and 8 machines without a problem. There were no DLL's I needed to deal with. That click once allowed for easy updates just by version of your program so if you added some function, it would ask if you wanted to update kind of automatically. Also I think that for any windows program it may require some version of the .net library and windows lets you know if some files are needed and it can automatically download them. I also think windows always looks to see if the required files are on your machine to run this or that program. The visual studio TOOLBOX has most all the functioning you could need..... along with some libraries for comms. I never tried to use a USB function, it was too complicated for me but with those virtual comm ports, and usb to usart converters it was way easier to set up communications.

    Name:  publish1.JPG
Views: 265
Size:  89.2 KB

Similar Threads

  1. SPI interface
    By malc-c in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 9th January 2011, 01:06
  2. Interface for 16f818
    By davekav in forum Serial
    Replies: 4
    Last Post: - 17th April 2008, 11:33
  3. 'SCI' interface
    By ecua64 in forum Off Topic
    Replies: 0
    Last Post: - 29th September 2005, 16:02
  4. DMX Interface
    By electronicsuk in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 15th July 2005, 13:13
  5. PC interface
    By tigrot in forum Schematics
    Replies: 1
    Last Post: - 9th October 2004, 19:32

Members who have read this thread : 11

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