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
Post a Comment