
Add 3 more input variables with configurable buffer length.
Moderator: Benj
Why not use MQTT?cobra1 wrote:This little module looks quite interesting. I was wondering if i might be able to get a pointer.
I would like to use the modules as slave devices connected to a router which is connected to the internet. The router will be setup for port forwarding allowing me to communicate with the slave devices connected to the router from a remote location.
The part i need a little guidance with it actually communicating with the slaves. Do i have to have a webserver running on each slave or can i simply send a string of data and receive string data back? This would be my preffered method of communication.
If it possible could anyone give and information on how to proceed.
Thanks
hi Benj I still make use of Flowcode V4 for PICmicrosBenj wrote:Hello
Yes this is coming soon. I've got a module working and replying correctly and made progress on the Flowcode component this afternoon. So far everything is working well and I hope to finish the component tomorrow.
Code: Select all
+IPD,1,289:GET /?but=2 HTTP/1.1
Code: Select all
+IPD,1,289:GET /?0=2 HTTP/1.1
You can probably use the RS232 component in Flowcode v4 to talk with the module. If you want the component then upgrading to v6 would give you this functionality.I still make use of Flowcode V4 for PICmicros
question can also use the code