Python Forum
Simple UDP server not receiving
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Simple UDP server not receiving
#3
(Apr-26-2017, 07:57 PM)sparkz_alot Wrote: Are you sure the Arduino is set up correctly, see : https://www.arduino.cc/en/Reference/Ethernet

To see if you are connected on the windows machine, open a command terminal with administrative permissions and type
netstat -a and/or netstat -b, type netstat /? for definitions of options.

If you have a firewall, try disabling it temporarily for testing.

The  two netstat commands do not show my udp port(9000). But the two netstat commands only apply to those ports with connections or listening. Again, I don't think the python port is listening.

TCPview is a Microsoft utility that gives more detail and that shows the port is not listening and the associated process is pythonw.exe.

I already disabled my firewall and virus protection.

I'm pretty sure the Ardurino is setup correctly as I have used the same setup to other UDP servers.

Thanks
Reply


Messages In This Thread
Simple UDP server not receiving - by frank2644 - Apr-26-2017, 05:34 PM
RE: Simple UDP server not receiving - by frank2644 - Apr-26-2017, 08:21 PM
RE: Simple UDP server not receiving - by zivoni - Apr-26-2017, 08:47 PM
RE: Simple UDP server not receiving - by frank2644 - Apr-26-2017, 11:22 PM
RE: Simple UDP server not receiving - by Larz60+ - Apr-26-2017, 11:41 PM
RE: Simple UDP server not receiving - by wavic - Apr-27-2017, 01:54 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Listening on receiving Interface (using scapy) CodyTheCodeNoob 1 2,076 Dec-22-2024, 10:51 PM
Last Post: PolandoFaker
  Handling receiving updates from user in Telebot mohsenamiri 0 1,662 Aug-26-2024, 09:25 AM
Last Post: mohsenamiri
  Receiving this error in my "response" and causes script to return wrong status cubangt 18 6,049 Aug-13-2023, 12:16 AM
Last Post: cubangt
  SMA (simple moving avg) Not receiving Data (stock prices). gdbengo 2 2,255 Jul-31-2022, 08:20 PM
Last Post: paulyan
  Receiving snmp traps with more than one Community String ilknurg 0 3,953 Jan-19-2022, 09:02 AM
Last Post: ilknurg
  How to take the tar backup files form remote server to local server sivareddy 0 2,683 Jul-14-2021, 01:32 PM
Last Post: sivareddy
  [Selenium]Timed out receiving message from renderer: 10.000 wood_6636 0 3,566 Jun-26-2020, 08:59 AM
Last Post: wood_6636
  Receiving XML exception from nmap.scan() results. PythonNmap 4 5,378 Jan-21-2020, 04:41 AM
Last Post: PythonNmap
  Trying to use python-nmap but receiving however python2 or 3 can't find PortScanner. PythonNmap 21 16,593 Jan-19-2020, 07:54 PM
Last Post: PythonNmap
  First Byte of a string is missing while receiving data over TCP Socket shahrukh1987 3 5,695 Nov-20-2019, 10:34 AM
Last Post: shahrukh1987

Forum Jump:

User Panel Messages

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