Remote COM Port - Problem in communication via Piracom
|
Back to Old Forum Mainpage
Oded, 27.4.2011, 16:53, 62.90.13.193
Problem in communication via Piracom
Hi,
I am trying to control a device using Piracom. I enabled the "log to file" and noticed that every character I send is doubled. For example if I send a command abc, I see in the log file aabbcc.
I use TeraTerm terminal in the remote computer.
Any idea what's wrong?
Thx
Jan, 27.4.2011, 16:55
Re: Problem in communication via Piracom
Echo is enabled on remote device. Nothing is wrong.
Oded, 27.4.2011, 17:58, 62.90.13.193
Re: Re: Problem in communication via Piracom
Hi again,
Actually I noticed that Piracom adds a null character (char(0)) to each command that was sent. This null does not exist when working with direct RS232. (I used a serial port monitor SW to see this). It seems that my serial device does not "like" this null character.
Any idea how to omit this null?
Thanks
Jan, 27.4.2011, 18:16
Re: Re: Re: Problem in communication via Piracom
I don't think this is possible. The piracom cannot add any characters to the commands as it does not contain any command interpreter nor detector. There must be another reason.
Back to Old Forum Mainpage