PIC Interface with PC

Thread Starter

saneeshforu

Joined Feb 22, 2014
8
Haii all,

I am developing a temperature measuring system using PIC16F877A .My question is there is any free/open source software(windows) available for monitoring temperature in my PC, ie simply I am sending temperature readings through rs 232 protocol and the software reads that value from computers rs232 port and displaying the temperature that’s all .I don’t know this type of interfacing, I knew only reading displaying with lcd/led etc. If it is possible please give me the name of software’s which can simply configurable.

Thanks in advance

Saneesh George
 

ErnieM

Joined Apr 24, 2011
8,415
Is this plain text ASCII? If so all you need is a Windows program called Hyperterminal.

Unfortunately as of Windows 7 that applet was dropped so you may need to do a search for "Hyperterminal replacement" to see what is out there. There are lots of free and pretty decent programs out there.
 

MaxHeadRoom

Joined Jul 18, 2013
30,654
If you want a 'pretty' GUI/HMI display, you could do it with C++ to program a PC window, I believe there is still a free VB module on Microsoft, but not sure how powerful it is, there are other programs such as free CodeBlocks that may do it for you in C++.
Max.
 
Last edited:

Brownout

Joined Jan 10, 2012
2,390
Is this plain text ASCII? If so all you need is a Windows program called Hyperterminal.

Unfortunately as of Windows 7 that applet was dropped so you may need to do a search for "Hyperterminal replacement" to see what is out there. There are lots of free and pretty decent programs out there.
HyperTerminal is still available for download.
 
Top