Python Forum
Check datastream in ser2net
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Check datastream in ser2net
#1
In a linux modem I use the program ser2net. The connection to a extern host is made via port 2000. I need to check if there is a datastream through that port and want to trigger then a led to show that the connection is real working with the application on the extern host.
Has someone an idea how I can manage that. I am a real beginning python programmer
Reply
#2
another package pyserial has the following monitoring capability: https://pythonhosted.org/pyserial/exampl...ial-bridge.

As I understand it, ser2net does as well, https://unix.stackexchange.com/questions...tual-ports
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020