1-Wire Library

Discussion on projects that are created by users and posted on mikroElektronika website.
Post Reply
Author
Message
User avatar
marko
mikroElektronika team
Posts: 916
Joined: 02 Feb 2005 16:09
Location: Europe
Contact:

1-Wire Library

#1 Post by marko » 08 Feb 2010 11:52

1-Wire Library

Author: Marcio Nassorri

Date: 27-07-2007

Compiler: mikroBasic, mikroPascal, mikroC for PIC

Description:
This program uses the Ow_romcmd_lib to communicate with single and multidrop devices. The program seeks and finds all devices
coupled to the 1-wire line and reports them. Later on, these parts data is filtered and processed to show the results in a RS232 terminal window.
The devices can be of 9 or 12 bit resolution and will be recognized by the applied filter. For this example, the families 10h, 22h and 28h can be
addressed, for others, the filter will have to be modified.

Download: http://www.mikroe.com/download/projects/onewirelib.zip
"Good ideas are not complicated, they are
complex, but we are making it easy !!!"

Jiro
Posts: 19
Joined: 11 Jul 2009 11:47

Re: 1-Wire Library

#2 Post by Jiro » 18 May 2010 12:25

I tried the library of mikroBasic using PIC16F877A but I getting:

Linker error:Bank not found:_MTRIS
Linker error:_MTRIS: not found

Please guide me in this.

Thanks

User avatar
slavisa.zlatanovic
mikroElektronika team
Posts: 1321
Joined: 07 Apr 2009 09:39

Re: 1-Wire Library

#3 Post by slavisa.zlatanovic » 21 May 2010 08:06

Hi!
...Bank not found:_MTRIS
Which compiler are you using?

Regards
Slavisa
Best regards
Slavisa

Jiro
Posts: 19
Joined: 11 Jul 2009 11:47

Re: 1-Wire Library

#4 Post by Jiro » 21 May 2010 15:43

slavisa.zlatanovic wrote:Hi!
...Bank not found:_MTRIS
Which compiler are you using?

Regards
Slavisa
As mentioned, I am using mikroBasic v 7.0.0.2. Is there any problem with the compiler?

User avatar
slavisa.zlatanovic
mikroElektronika team
Posts: 1321
Joined: 07 Apr 2009 09:39

Re: 1-Wire Library

#5 Post by slavisa.zlatanovic » 24 May 2010 12:28

Hi!

Currently, we don't give support for user's libraries and project.
Bank not found:_MTRIS
is not the message that our mikroC compiler displays.
Are you using MPLAB C compiler, or some other C compiler, to compile a project created in mikroC?

Regards
Slavisa
Best regards
Slavisa

Post Reply

Return to “User Projects”