TOP Contributors

  1. MIKROE (2650 codes)
  2. Alcides Ramos (350 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 (136553 times)
  2. FAT32 Library (69756 times)
  3. Network Ethernet Library (55855 times)
  4. USB Device Library (46195 times)
  5. Network WiFi Library (41815 times)
  6. FT800 Library (41009 times)
  7. GSM click (28931 times)
  8. PID Library (26386 times)
  9. mikroSDK (26296 times)
  10. microSD click (25304 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 + multi file loading from PIC ROM ( .html, .css, .js)

0

The purpose of this project is to demonstrate in a simplified manner, how add multiple files to Mikroelektronika's WIFI HTTP demo, which will be stored in the PIC ROM but could be requested through the main web page as external files, all to be included in the same web page.

[Learn More]

WIFI embedded WEBGL with PIC micro (3D animation)

0

The first two examples in the world to demonstrate how to load a WEBGL animation using a PIC microcontroller. Release date: April, 28 2013

[Learn More]

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]