Hello
I am new to Python and supposed to work in communicating with some device(s) through either internet broadband communication or local network communication.
Machine is TCP/IP compliant and generally communicates using UDP/IP protocol in which it send packets.
Well I am new to Python as well as programming in order to communicate with machines. (I hope communication might be using IP address with port number)
Well I want low level implementation of communication with devices.
However right now mainly what i need is:
1.0 Suggestion on how these kind of projects are dealt?
2.0 As a beginer what should be my approach to learn systematiucally?
3.0 What portion of Python programming apart from basic programming style I should look into?
Thanking You in Advance