TOP Contributors

  1. MIKROE (2653 codes)
  2. Alcides Ramos (351 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136656 times)
  2. FAT32 Library (69884 times)
  3. Network Ethernet Library (55912 times)
  4. USB Device Library (46246 times)
  5. Network WiFi Library (41881 times)
  6. FT800 Library (41120 times)
  7. GSM click (28970 times)
  8. PID Library (26405 times)
  9. mikroSDK (26336 times)
  10. microSD click (25349 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Example

Serial Port Utility

Rating:

4

Author: Wilson A. Gan Cuba

Last Updated: 2014-10-26

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Other Codes

Downloaded: 850 times

Followed by: 1 user

License: MIT license  

Utility to Read/Write the serial port. Useful with projects involving serial communication between microcontroller and PC.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Serial Port Utility" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Serial Port Utility" changes.

Do you want to report abuse regarding "Serial Port Utility".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
Other Compiler
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Example Blog

Nothing really new, but a very useful utility when needing to read any string sent from a Microcontroller (or any other equipment), to the computer serial port as well as sending text commands back to the micro from the computer.

Note that the capability of writing the serial port was added on 10/23/2014, after few downloads were already made, but I decided not to change the version.

I would like to point out that this is not an example code, is just a finished software to serve as a tool for projects, but I didn't find a category that would fit here in libstock.  

Main Interface

Main Interface

Serial Port Utility

View full image

Español:

En realidad nada nuevo, solo un programa útil para leer cualquier cadena de caracteres enviada desde un microcontrolador (o cualquier otro equipo), al puerto serie de la computadora, así como enviar comandos de texto hacia el micro desde el PC. 

Tenga en cuenta que la capacidad de escribir el puerto serie fue añadida el 10/23/2014, después que se realizaran unas pocas descargas, pero decidí no cambiar la versión. 

Me gustaría señalar que este no es un código de ejemplo, es un software terminado para servir como herramienta en los proyectos, simplemente que no encontré una categoría adecuada donde ubicarlo aquí en libstock.

ALSO FROM THIS AUTHOR

WIFI HTTP + javaScript file loading from microSD card (Hello world! example)

0

The intent of this example is to show how to merge the mikroElektronica's wifi http demo with the microSD demo so that the web page can grow bigger due to the ROM space of the MCU can be saved utilizing the microSD as storage of external files.

[Learn More]

Ajax WIFI HTTP demo with microSD storage

1

This project is similar in functionality to the original Ajax WIFI HTTP demo with ROM storage, but has been modified in several aspects to make the web page files be stored and served from a microSD card. Release date: May, 07 2013.

[Learn More]

WIFI WebGl (three.js) (3D) Lamp control with PIC micro

0

This project features the first WebGL (Web graphics library) electronic control in the world using the Three.js library and a PIC microcontroller interfaced with a Triac. Release date: 08/03/2013

[Learn More]