Posts: 279
Threads: 36
Joined: Aug 2006
Reputation:
0
Hi
I writing a serial driver that interfaces with Comfort.
Is there a way I can see any activitity on Comfort\'s UCM via Comfigurator or any other software ?
Thanks
Posts: 279
Threads: 36
Joined: Aug 2006
Reputation:
0
Hi,
The UCM is connected to a third party device which sends serial data to Comfort.
Comfort\'s UCM therefore has no access to the PC\'s com port.
Thanks
Posts: 1,200
Threads: 262
Joined: Mar 2007
Reputation:
0
If you need to see the communication between the UCM and the other device you need to connect the serial data lines on pin 2 and 3 to another Rs232 port. You will only be able to see one side of the transmission at a time ie UCM to device or Device to UCM perhaps using a switch
Posts: 279
Threads: 36
Joined: Aug 2006
Reputation:
0
Can I have a schematic for this ? Please !!
Thanks
Posts: 279
Threads: 36
Joined: Aug 2006
Reputation:
0
03-12-2009, 10:01 AM
(This post was last modified: 03-12-2009, 10:36 AM by dcrera.)
Hi
Is it a problem if I duplicate all pins to a 3 way serial D9 connector project box without a switch ?
In this way Comfort can see all
Posts: 279
Threads: 36
Joined: Aug 2006
Reputation:
0
Is it possible to make a 3 way serial port ie
PC to Device or PC to UCM. Both will not communicate at the same time thou.
Thanks
Posts: 279
Threads: 36
Joined: Aug 2006
Reputation:
0
Hi,
Thanks for the feed back.
When sending a command string to Comfort\'s UCM eg
LI1234
How is data presented to the UCM or what is representation of LI1234 ?
I am writing a driver and sending LI1234 from a third party control device is represented as $4c$$49$$31$$32$$33$$34$ (which is not recognized by Comfort)
Can you post the UCM\'s data expectation of the LI1234 so that I can debug.
Thanks