Remember
Register
Home
/
Support
/
Support Forum
/
How can we define a register in the code?
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Digi Remote Manager
(383)
Python
(1,016)
RF Solutions and XBee
(8,414)
Digi TransPort
(786)
Digi Connect Cellular
(444)
DAL
(4)
Embedded Devices
(4,161)
Google Coral
(2)
Rabbit
(3,194)
Rabbit Software
(518)
Console Servers
(353)
Modbus and Industrial Automation
(246)
Realport
(600)
Serial Servers
(836)
Satellite Modules
(25)
USB
(1,269)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(92)
Other/Legacy
(373)
How can we define a register in the code?
0
votes
I want to use a slave port data register-SPD0R in my code(for RCM4000 MODULE).If I use it directly in my code ,it shows error that I have to define SPD0R in my code.So how can I define SPD0R in my code.Please help me on this?
rcm4000
data
spd0r
slave
port
asked
Jul 2, 2014
in
Rabbit Software
by
AISWARYA RAJ
New to the Community
(
1
point)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
This error is telling you that SPD0RShadow has not been defined anywhere. There is no shadow register defined for the SPD0R register. Use NULL instead for that parameter.
answered
Jul 7, 2014
by
trooper2
Veteran of the Digi Community
(
591
points)
Please
log in
or
register
to add a comment.
...