A
A
Adik Izat2020-04-22 16:53:18
Arduino
Adik Izat, 2020-04-22 16:53:18

What is the best way to write a desktop application for an Arduino device?

Here is such a question arose. I am writing an article for a medical journal. I wrote a console application in NodeJS using the serialport library. But the console application is not convenient enough for ordinary users and the same medical scientists for whom I am going to write an application. I know PHP well, with OOP principles, I have an average knowledge of JS, and basic knowledge of C ++ / Java. But I don’t know which way to go, so that in the end you can get an .exe file that users can download and run the program. The program must be able to:
1) Record/save data from COM ports.
2) Display in the application interface a graph of the signal recorded from the device.
3) In the program, it should be as simple as possible to implement the algorithm for finding a specific point on the chart. The algorithms are ready, you just need to implement

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Pankov, 2020-04-22
@JaxAdam

With your technology stack and developments, I would advise Electron
. By the way, the tags you get are not adequate to the question. In any practically used language, you can work with a com port, which means that arduino is no longer a relevant tag for the essence of the issue.
You should have asked with the js tag what is easier to wrap the application on the node in order to get a native GUI for Windows.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question