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,132

    Default PC Interface

    I'd like to offer to my clients a PC software in order for them to be able setting parameters on a board (either a PIC populated or other circuit, it does not matter). The target board will use RS-232 to communicate to PC.

    I am not very good at any new Visual Studio. My Visual Basic or C knowledge is not enough to complete such a task. I used to do some small programs in Visual Basic 6 long ago, but this is too old IDE now.

    Any other idea to offer a graphical interface? Maybe there is a more graphical IDE to make such a program.

    Thanks,
    Ioannis
    Last edited by Ioannis; - 6th October 2024 at 20:46.

  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

    I used Visual Studio 2022 for my interface tests recently.

    https://visualstudio.microsoft.com/downloads/

    I was just about to get back on doing more development in that area.

    Start a thread in Off-topic, and we can discuss at length what you need. I should be able to help you get code code working.
    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
    Nov 2003
    Location
    Greece
    Posts
    4,132


    Did you find this post helpful? Yes | No

    Default Re: PC Interface

    Thanks Robert.

    Topic moved.

    Now, the Interface should have drop down menus that the user would select. Most of the fields are predefined and not inserted by user.

    For example select Serial Port, select parameters of port and Open it to communicate to the board.

    Then in the IDE, select various fields like 8 Power levels: 0 to 7. Or select one of 12 bandwidths 12,5KHz, 25KHz etc.

    Sure if the number is integer, like the power level, user can just enter the nuimber and if wrong, prompt to correct it. But with 12.5 etc it is prefered to have it from a list.

    That is the idea mainly.

    On the ancient VS6 I was able to produce a stand alone executable. Now the new Studio produces other types of files (manifests etc), that are neither installers nor stand alone executables. Also the environment has changed so much that it is difficult to follow.

    I wish there was a simpler one to get the job done and not have a year of learning curve...

    Ioannis

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


    Did you find this post helpful? Yes | No

    Default Re: PC Interface

    I'll check my PC. I'm sure I found a tutorial.

    Edit: this is where I'll start reviewing vb community.

    I remember this guy being my #1 reference.

    https://www.picbasic.co.uk/forum/sho...229#post154229
    Last edited by Demon; - 7th October 2024 at 15:01.
    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!

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


    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

  6. #6
    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!

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