Hi,
I am attempting to write a custom TCP -> serial interpreter for an application and have managed to get the TCP part working well but I am having problems opening the COM ports on the Digi ME device we are using.
I am using the DigiConnect JTAG Devel board and Digi ESP devel environment and NET+OS 7.0.
I have managed to get com/0 to open by NULLing any references to it in appconf.h. This seems to be OK and will be used like that in the release but for debug I would like to use the com/1 port that is available on the devel board.
Is there any way to use com/1 ?? I ask because looking at the circuit diagrams for the devel board it looks as though the Serial Por2 maps through to the JTAG socket.
When I attempt to open com/1 in the code I keep getting an error -1 which means that it is already open by another resource.
If it cant be done then fair enough but I would like to get it working if it is possible.
Thanks
Marc.