EmbeddedRelated.com

OP7100 Communication with BL2000 via RS485...

Started by sbickle99 in Rabbit-Semi20 years ago 1 reply

I am looking for some help on talking with to the OP7100 from the BL2000. Does anyone have any examples on how to do this? I can...

I am looking for some help on talking with to the OP7100 from the BL2000. Does anyone have any examples on how to do this? I can talk from the OP7100 to the BL2000 okay, but not from the BL2000 to the OP7100. The OP7100 uses Z180 processor, while the BL2000 uses the Rabbit processor.


rabbit-semi@yahoogroups.com

Started by "mud...@yahoo.com [rabbit-semi]" in Rabbit-Semi8 years ago 7 replies

any one can help me in my project at rabbit BL2000(Measurement system for an oil storage tank).

any one can help me in my project at rabbit BL2000(Measurement system for an oil storage tank).


waitfor(writeUserBlock) within costate

Started by gpyl2003 in Rabbit-Semi20 years ago 3 replies

Hello, I wish to write 160 chars into the user block area of a BL2000 board within a costate statement as follows: char...

Hello, I wish to write 160 chars into the user block area of a BL2000 board within a costate statement as follows: char ProgInfo[160]; costate { waitfor(getOk = writeUserBlock(0, &ProgInfo, 160)); .. .. } Is this logical to do because i get a communication timeout error whilst debugging?


include, #use, create own library or header file

Started by wannasseayp in Rabbit-Semi19 years ago 4 replies

Hi all, Does anyone know how to include header file or library file in dynamic C version 7.32P? What i have been doing is i create...

Hi all, Does anyone know how to include header file or library file in dynamic C version 7.32P? What i have been doing is i create only one "c" file for my BL2000 board . Now, i want to be able to reuse or call my functions from anywhere or any files that i would create in the future. This means i need to creat a header file. I tried