PC Interface


+ Reply to Thread
Results 1 to 15 of 15

Thread: PC Interface

Hybrid View

  1. #1
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,133


    Did you find this post helpful? Yes | No

    Default Re: PC Interface

    Thanks for that. I review it in the past but is a bit complicated for me. I guess I am too old to do that...!

    Maybe there is a simpler environment to build an executable with few drop down selections.


    Something like this https://www.electronic-software-shop...expert-40.html

    Ioannis

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


    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!

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


    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!

  4. #4
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,612


    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.

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


    Did you find this post helpful? Yes | No

    Default Re: PC Interface

    Thanks Henrik.

    Will have a look at that.

    Ioannis

  6. #6
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,133


    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

  7. #7


    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: 693
Size:  86.8 KB

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


    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

  9. #9
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,133


    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

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 : 13

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