user interface - What do you advise to show data on computer via a serial port -


i have device. when connect pc using serial port, can see data on hyper terminal.

i know send meter on hyper terminal as:

tx = voltage_phase_a while serial port communication stable!

now, here question.

i not want use terminal. have own version of terminal. simple window grabs data out of device , show on pc.

so, language think straightforward , easy use , ide should use make such gui? project east do? examples can have?

you can write separate c++ app listens serial port in loop. writing serial listener in c++ not straight forward, can in c#: here sample app in c#:
http://www.codeproject.com/articles/75770/basic-serial-port-listening-application


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -