Skip to content

A simple serial port listener made to listen data sent from a PIC16F84 via MAX232-USB cable.

License

Notifications You must be signed in to change notification settings

devwolf75/Serial-PIC16F84-Calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serial-PIC16F84-Calc

Version

0.1

Project based on Microsoft's MSDN Example and Microsoft's SerialPort Class Example.

Serial-PIC16F84-Calc is a simple calculator implemented in C#. For this project we use a Matrix Keypad.

The basic code for this project opens up a window where the user can select the COM port to be used, baud rate, data bits, parity and stop bits. It contains also an empty window where the data output will be shown.

Upon receiving data from the keypad, the output window writes down the number received. It then receives an operand (Keys 'A', 'B', 'C' and 'D') and performs given operation upon receiving the '=' sign (Key '#').

Upon receiving next number the output is cleared. Output may be cleared by pressing the "Limpiar" (clean) button. To begin the operation of the program press "Iniciar" (begin) to begin listening the selected port with the given configuration. To stop press "Parar" (stop).

Information

Contact:

License: MIT

About

A simple serial port listener made to listen data sent from a PIC16F84 via MAX232-USB cable.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages