Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - How an application running on Windows, uses the serial port on the QNX target?: (2 Items)
   
How an application running on Windows, uses the serial port on the QNX target?  
Consider a QNX target having a serial port and a PC(using windows) which is connected to QNX target using TCP/IP or UDP.


How can a program working on windows control the serial port on the QNX target? Is this related to virtual ports on 
windows. What should I do?
Re: How an application running on Windows, uses the serial port on the QNX target?  
As I did recently,
i use twisted RS232 cable.
On windows side, I use software "Seriall port monitor".
On QNX side, I wrote code to open serial port and to write data over it.