Hi,
This might be completely ignorant but is there an example which send serial data over the Ethernet port in MOD54415? For example instead of printing data out of the debug port and looking it on MTTTY, I can directly send the debug data via the Ethernet port. If this is possible is there a way to decode the data and look at the data? This way I imagine discarding the need to carry a serial cable around to read data from MOD54415 while I am in the field. I would appreciate any advise in this matter. Thanks.
Regards,
TM
Sensding serial data over ethernet port in MOD54415
-
- Posts: 513
- Joined: Sat Apr 26, 2008 7:14 am
Re: Sensding serial data over ethernet port in MOD54415
Easy to send serial data to a telnet port. See the examples at
C:\nburn\examples\StandardStack\serial\tcp2serial
C:\nburn\examples\StandardStack\serial\DualTcpToSerial
C:\nburn\examples\StandardStack\telnetcmd
C:\nburn\examples\StandardStack\serial\tcp2serial
C:\nburn\examples\StandardStack\serial\DualTcpToSerial
C:\nburn\examples\StandardStack\telnetcmd
Re: Sensding serial data over ethernet port in MOD54415
You can also use the syslog function. It works the same way as printf, but you give a destination IP (or just broadcast it) and it sends out messages via udp to the destination.
Dan Ciliske
Project Engineer
Netburner, Inc
Project Engineer
Netburner, Inc
Re: Sensding serial data over ethernet port in MOD54415
Thank you for the help.
Regards,
TM
Regards,
TM