Remember
Register
Home
/
Support
/
Support Forum
/
How do I use "serXputs(int port, ...) and related macros?
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
(387)
Python
(1,016)
RF Solutions and XBee
(8,440)
Digi TransPort
(789)
Digi Connect Cellular
(447)
DAL
(5)
Embedded Devices
(4,170)
Google Coral
(2)
Rabbit
(3,200)
Rabbit Software
(519)
Console Servers
(354)
Modbus and Industrial Automation
(246)
Realport
(603)
Serial Servers
(837)
Satellite Modules
(25)
USB
(1,273)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(93)
Other/Legacy
(377)
How do I use "serXputs(int port, ...) and related macros?
0
votes
rs232
asked
Jan 6, 2016
in
Rabbit Software
by
ChasLAmy
New to the Community
(
0
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
2 Answers
0
votes
Hello, pls check the Dynamic C function reference manual at the below link, you can find the function description.
http://ftp1.digi.com/support/documentation/90001215_C.pdf
answered
Jan 7, 2016
by
cpigilam
Veteran of the Digi Community
(
655
points)
Please
log in
or
register
to add a comment.
0
votes
You can use the Edit menu's "Find in Files" function to search for uses of serXputs() in other libraries and the sample programs. One example:
serXputs(SER_PORT_D, "The quick brown fox jumped")
answered
Jan 20, 2016
by
TomCollins
Veteran of the Digi Community
(
2,305
points)
Please
log in
or
register
to add a comment.
...