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
  Receiving this error in my "response" and causes script to return wrong status cubangt 18 2,534 Aug-13-2023, 12:16 AM
Last Post: cubangt
  SMA (simple moving avg) Not receiving Data (stock prices). gdbengo 2 1,564 Jul-31-2022, 08:20 PM
Last Post: paulyan
  Receiving snmp traps with more than one Community String ilknurg 0 2,410 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,039 Jul-14-2021, 01:32 PM
Last Post: sivareddy
  [Selenium]Timed out receiving message from renderer: 10.000 wood_6636 0 2,769 Jun-26-2020, 08:59 AM
Last Post: wood_6636
  Receiving XML exception from nmap.scan() results. PythonNmap 4 4,323 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 11,650 Jan-19-2020, 07:54 PM
Last Post: PythonNmap
  First Byte of a string is missing while receiving data over TCP Socket shahrukh1987 3 4,416 Nov-20-2019, 10:34 AM
Last Post: shahrukh1987
  Not receiving serial data from arduino dinoel_cool 4 3,856 Aug-26-2018, 06:16 PM
Last Post: j.crater
  Receiving large data stream using Pyserial trampas 1 4,351 Mar-09-2017, 03:32 AM
Last Post: Analyser

Forum Jump:

User Panel Messages

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