Remember
Register
Home
/
Support
/
Support Forum
/
How implement Serial Mark/Space parity in RCM3720?
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,160)
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 implement Serial Mark/Space parity in RCM3720?
0
votes
Hi, there is possible handle Mark/Space parity for RS232.LIB using RCM3720?
this is the current paramenters:
PARAMETER1: A bit mask for selecting parity mode
PARAM_EPARITY 0x01
PARAM_OPARITY 0x02
PARAM_2STOP 0x03
PARAM_NOPARITY 0x00
Is it possible implement:
PARAM_MPARITY 0x04
PARAM_MPARITY 0x05
in RS232.LIB
void serXparity(int state);
serial
parity
mark
space
rs232
asked
Nov 26, 2018
in
Rabbit Software
by
arponcedeleon
New to the Community
(
2
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
Mark and space parity are supported directly in the serial hardware of the Rabbit 4000, 5000 and 6000, but not in earlier products.
You would need to modify the library yourself to add software support for those modes.
answered
Nov 29, 2018
by
TomCollins
Veteran of the Digi Community
(
2,297
points)
edited
Nov 29, 2018
by
TomCollins
Ok, well I am starting to think in move my project to the 6000, thanks
Please
log in
or
register
to add a comment.
...