Hi
We are having an issue with a moving board that has an TCP/IP interface (SitePlayer).
There also is a program available where we can connect to the ip address, tcp port no, set the sign adress, ack & time out and we can enter the wanted text to display.
I would like to communicate in CAL with the moving board. Since there is no physical RS232 from the board (only from the interface to the board), the Microsoft Communication V6 can't be used I suppose. Any other possibilities to transfer data to the board?
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
with serial port.
We use an old Nav 3.70, but I'm integrating the python program with SHELL command
I read pyserial use TCP, but I'm using RS232 port.
In few words:
1) python program communicate to serial for pilot a weighing bridge Extrim K54.
2) The K54 answers in a file txt.
3) NAV reads the data from the file txt and elaborate them...
4) I print some data to Epson termal printer too..
It'works ;-))
It seems this will be the solution. I do have an error trying to communicate though:
When I try to comple I receive 'Unknown variable WRITE. Define the variable under the global variables.
These are my globals:
You get the error because you are using WRITE with an InStream, which is unsupported.