Has anyone successfully redirected/remoted the serial debug port on the 5270 to work across the network?
It would allow me to debug my applications without having to have a physical serial connection between the development board and my development computer.
TIA
Craig Lindley
Remoting the serial debug port
Re: Remoting the serial debug port
You can use any serial-to-ethernet device.
The example of such device is Advantech ADAM-4571L 1-port RS-232 Serial Device Server (http://www.advantech.com.tw/products/se ... ord=serial)
But, regular connecting of Netburner debugger via ethernet is much more convenient.
Instead of listening the mod5270 serial port, you can brodcast the debug messages from mod5270 via UDP using Netburner logging library.
> Has anyone successfully redirected/remoted the serial debug port on the 5270 to work across the network?
The example of such device is Advantech ADAM-4571L 1-port RS-232 Serial Device Server (http://www.advantech.com.tw/products/se ... ord=serial)
But, regular connecting of Netburner debugger via ethernet is much more convenient.
Instead of listening the mod5270 serial port, you can brodcast the debug messages from mod5270 via UDP using Netburner logging library.
> Has anyone successfully redirected/remoted the serial debug port on the 5270 to work across the network?
Yevgeni Tunik
Embedded/RealTime software engineer
https://www.linkedin.com/in/yevgenitunik/
________________________
Embedded/RealTime software engineer
https://www.linkedin.com/in/yevgenitunik/
________________________
Re: Remoting the serial debug port
NetBurner also has a number of serial to ethernet devices: SB70, SB72, SB72EX, CB34EX. The one I am using right now is a SB72EX, which comes in a metal enclosure. Never tried the debugger through this method though - that would be an experiment.
-
- Posts: 513
- Joined: Sat Apr 26, 2008 7:14 am
Re: Remoting the serial debug port
Several resources: First two are TCP, 3rd is UDP
1) See the example in C:\Nburn\examples\serial\DualTcpToSerial
2) Paul posted a similar, but slightly different version to the old yahooo group last february. (attached).
3) Finally, see the syslog example: C:\Nburn\examples\syslog
1) See the example in C:\Nburn\examples\serial\DualTcpToSerial
2) Paul posted a similar, but slightly different version to the old yahooo group last february. (attached).
3) Finally, see the syslog example: C:\Nburn\examples\syslog
- Attachments
-
- dualstdio.zip
- (4.13 KiB) Downloaded 489 times
-
- Posts: 19
- Joined: Sat Apr 26, 2008 6:19 am
Re: Remoting the serial debug port
Ridgeglider
The dual stdio stuff worked perfectly. Thanks for posting it
Craig Lindley
The dual stdio stuff worked perfectly. Thanks for posting it
Craig Lindley