Maximum port number
Ltech
Posts: 380
I have a trouble. With "Brilldea_W5100_Indirect_Driver_Ver006" in assembly
I have to use a propeller with port number 56629.
It do not work with 56629. Smaller numbers are fine. But the server is only reacting on 56629
In notice the bigest value for a port is 65533. So mine is theoretical in range.
With a udp test on pc on a lower port 5000 it works on 56629 not. It is faling on opening socket.
So i assume it is in the assembly code "Defined data" ?
Thanks a lot for helping me
I have to use a propeller with port number 56629.
It do not work with 56629. Smaller numbers are fine. But the server is only reacting on 56629
In notice the bigest value for a port is 65533. So mine is theoretical in range.
With a udp test on pc on a lower port 5000 it works on 56629 not. It is faling on opening socket.
So i assume it is in the assembly code "Defined data" ?
Thanks a lot for helping me
Comments
It should look like this.
just tested... seems that the limit is 32767 ... I'm suspicious that the sign bit might be getting in the way here.
I can't test the real udp connetion server down now
****** You have to modify the destination and the source port ....******
Thanks Mike it helps me a lot