python getting data from client
ajit.nayak87
Posts: 76
usr.so/Product/92.html
Dear all,
I am using above rs485 to wifi converter.I am sending the data serially from serial device every 30s.
serial data request:
SMCB1,1,1,2,3,4,5,6,7,8,9,2,3,4,5,67,8,9,1,2,3,4,56,7,8,9,3,4,5,6,6,7,7,77,END
Now I am trying to receive same data over the python.
my client address: 172.28.0.18
client port :8899
server address: 172.28.0.100
https://youtube.com/watch?v=FSnEWXuhao0&feature=youtu.be
How can receive data over python.
can some one share sample code to get data over python
what are the add-on need for pyscripter.
Dear all,
I am using above rs485 to wifi converter.I am sending the data serially from serial device every 30s.
serial data request:
SMCB1,1,1,2,3,4,5,6,7,8,9,2,3,4,5,67,8,9,1,2,3,4,56,7,8,9,3,4,5,6,6,7,7,77,END
Now I am trying to receive same data over the python.
my client address: 172.28.0.18
client port :8899
server address: 172.28.0.100
https://youtube.com/watch?v=FSnEWXuhao0&feature=youtu.be
How can receive data over python.
can some one share sample code to get data over python
what are the add-on need for pyscripter.
Comments
Look for the sample client code a bit further down the page