Here users can view project made by users of our compilers. Users can also post their project in order to share experience and knowledge using mikroElektronika compilers.
Author: Dany
Compiler: mikroPascal PRO for PIC
Description:
Capable of, like a modem, receiving, editing and executing one (command) line of input. The code in this example project shows a command line editor that can be used in servers (big word) you build, based on PICs.
Author: Dany
Compiler: mikroPascal PRO for PIC
Description:
Small private telephone exchange, initially meant to make 2 modems (one connected to a "client", the other to a "server") communicate with each other to test a server/client system before e.g. putting the server on the web. Warning: This device is not intended to connect to the public telephone network!
Author: Dany
Compiler: mikroPascal PRO for PIC
Description:
A small string utility library: trim, bcd, hex, binary, delete, copy, insert, stuff, pad and safe string concatenation, insertion, copy, stuff, pad, compare etc.. functions. Functions working with constant strings are also available. Can be configured to work with the Janni/Yo2lio string replacement library.
Author: Dany
Compiler: mikroPascal PRO for PIC
Description:
Unit with a number of "standard" Pascal functions: odd, succ, pred, abs, sqr, trunc, round, frac, ceil, floor and int. Additionally it provides the constant "nill" as a replacement for "nil". Also the type "Sett" (replacement for Pascals "Set" type) is present together with its functions to be used in mikroPascal.
Author: Dany
Compiler: mikroPascal PRO for PIC
Description:
Basic routines to control mEs Real Time Clock (RTC2) with the DS1307. An example project can be found in the zip file: "RTC_DS1307_USART_PRO".
Author: Dany
Compiler: mikroPascal PRO for PIC
Description:
Basic routines to control mEs Real Time Clock (RTC) with the PCF8583P. An example project can be found in "I2C_RTC_UART_AD_PRO.zip" in the zip file.