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]
Author: Peter Erasmus
Last Updated: 2012-01-01
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Communication
Downloaded: 2595 times
Not followed.
License: MIT license
Download [398.24KB]This example code shows the correct implementation of Filters and masks ,it Sends and receive CAN messages extract the data from the message and display the data
[learn more]Author: NART SCHINACKOW
Last Updated: 2011-12-29
Package Version: 2.0.0.0
Category: Communication
Downloaded: 4117 times
Followed by: 1 user
License: MIT license
Download [23.09KB]This is a simple software UART library that could run on any pic without hardware UART module, just copy the two files in your project folder and inculde "SoftWareUart.h" in your source code.
the library has many useful routines that could help you communicate with other UART modules.
Author: dany
Last Updated: 2019-04-13
Package Version: 1.1.0.0
Category: USB
Downloaded: 6757 times
Followed by: 3 users
License: MIT license
Download [4.88MB]USB libraries, new architecture. Permits composite USB devices (possibilities: HID, CDC and MSD).
-- for P18's or P24's with USB --
Version 1.1: Modified so that (changes to) values in "UsbProjectItems" like PID and VID are actually visible in the executable.
Author: dany
Last Updated: 2019-04-13
Package Version: 1.1.0.0
Category: USB
Downloaded: 6580 times
Followed by: 1 user
License: MIT license
Download [5.68MB]USB libraries (HID, CDC, MSD), original architecture: only 1 kind of USB device, no composite device.
-- for P18's or P24's with USB -- . Additionally: the CDC_Twin library (P18 only), which creates 2 virtual COM (CDC) devices.
Author: Fernando Sousa
Last Updated: 2011-12-27
Package Version: 1.0.0.0
Category: USB
Downloaded: 3695 times
Followed by: 1 user
License: MIT license
Download [944.87KB]This Project is a "Easy Hello World" to communicate via USB and PC with EasyPIC v7 + PIC18F4550 + Visual C# 2010 and Visual BASIC +USBHIDNetClass USB Drive dll. (student version).
[learn more]Author: Fernando Sousa
Last Updated: 2011-12-27
Package Version: 1.0.0.0
Category: USB
Downloaded: 2381 times
Followed by: 1 user
License: MIT license
Download [700.20KB]This project use PIC18F4550 and EasyPIC v7. This project aims to realize the communication between the USB PIC microcontroller and a software developed in Visual C # Express 2010. For USB Drive you can control the display 7 seeds, read AD and trigger buttons.
[learn more]Author: Fernando Sousa
Last Updated: 2011-12-27
Package Version: 1.0.0.0
Category: USB
Downloaded: 1688 times
Followed by: 1 user
License: MIT license
Download [584.61KB]This Project utilizes temperature sensor and USB HID on PIC32MX7 Multi Media Board. Temperature is read from pin RB8/AN8 (°C). Value is then displayed on TFT display. The temperature value is send via USB to PC . This project work with USBHIDNetClass USBHID Drive and Visual C# 2008/2010 or VB.NET.
[learn more]Author: Alcides Ramos
Last Updated: 2011-12-10
Package Version: 1.0.0.0
Category: Communication
Downloaded: 1335 times
Not followed.
License: MIT license
Download [87.24KB]This show the way to communication two or more dspic master ans slaves for spi port.
i use dspic4 pro board and dspic 30f6014A, how slave and other my card for master.
the slave show the master codes in lcd.
Author: NART SCHINACKOW
Last Updated: 2011-12-01
Package Version: 1.0.0.0
Example: 1.0.0.0
Category: Ethernet
Downloaded: 3065 times
Followed by: 3 users
License: MIT license
Download [311.33KB]This sample uses PIC18F2520 interfaced with W5100 Ethernet module as web-server to display web pages stored in a memory card, webpages are within the downloaded file just copy them and paste them in your mmc, the sample uses mikroelectronika MMC FAT16 new version library for reading and fragmenting the pages.
Author: NART SCHINACKOW
Last Updated: 2011-12-01
Package Version: 1.0.0.0
Category: Ethernet
Downloaded: 3302 times
Not followed.
License: MIT license
Download [9.92KB]W5100 is an ethernet module with built in TCP/IP STACK from WIZNET, all you need to know is basic information on SOCKET PROGRAMMING and the library will do the rest for you.
The library is interfaced with any pic that has enough memory for holding webpages, no need to worry about if the pic has hardware SPI ! its all done via software .