ryusgnal
Advanced Member level 4
setcommport
I use this command to initialize my Comm Port in port 1
m_Comm.SetCommPort(1);
m_Comm.SetSettings("9600, n, 8, 1");
m_Comm.SetPortOpen(TRUE);
How to initialize one more comm port which is in port 2?
How to control both comport? Example: I want to receive data from comm1 and send whatever i receive to comm2.
Thank you...........
I use this command to initialize my Comm Port in port 1
m_Comm.SetCommPort(1);
m_Comm.SetSettings("9600, n, 8, 1");
m_Comm.SetPortOpen(TRUE);
How to initialize one more comm port which is in port 2?
How to control both comport? Example: I want to receive data from comm1 and send whatever i receive to comm2.
Thank you...........