cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
Code can be used for both rs232 and rs48
Code can be used for both rs232 and rs485 communication?
Mar 5, 2009 at 8:43am UTC
tander
(1)
Hi,
I have done a code to open serial port for rs232 but now if I am going to change to use rs485 instead, can this code still be used?
Mar 5, 2009 at 4:27pm UTC
jsmith
(5804)
Should be able to; the only thing you potentially need to do differently is enable/disable the 485 transmitter before and after sending (assuming your hardware does not do it for you).
Topic archived. No new replies allowed.