PINK Module
HawaiianGuy
Posts: 3
Hi Everyone,
I'm new to the forums, and this is my first post.· Currently, I'm working with the PINK Module (along with a BS2), and it's my first time using it so I'm fairly green.· My goal is to use the PINK module to send text based commands to a fairly stripped TCP/IP based device on my network (This device is simply waiting for commands and sends an acknowledgement). As far as communication with this device, I have been successful in pinging with no packets loss, so I know I have coms. Lastly, I've written commands to the general purpose variables using both the web based interface and serial connections, but I'm not quite sure how to send these variables to my device.
Also are there any sources that could explain more about how the local variables work as well as their function on the PINK module other than the v2.1 guide on the parallax website?
Any help will be much appreciated!
I'm new to the forums, and this is my first post.· Currently, I'm working with the PINK Module (along with a BS2), and it's my first time using it so I'm fairly green.· My goal is to use the PINK module to send text based commands to a fairly stripped TCP/IP based device on my network (This device is simply waiting for commands and sends an acknowledgement). As far as communication with this device, I have been successful in pinging with no packets loss, so I know I have coms. Lastly, I've written commands to the general purpose variables using both the web based interface and serial connections, but I'm not quite sure how to send these variables to my device.
Also are there any sources that could explain more about how the local variables work as well as their function on the PINK module other than the v2.1 guide on the parallax website?
Any help will be much appreciated!
Comments
To learn more about the use of variables, you'd have to get a book on constructing web pages using HTML.
Sounds like you and I are doing roughly the same thing - I need to send UDP messages - basically timestamps - to a remote PC with an application that will record the data packets, storing them in a comma-delimited file that my web app will use to display data to the end user. And I basically have no idea how to do that yet! But I'll gladly share what I find as I find it, there are some very helpful folks on here who have chimed in and I hope that I'll have some basic working functions soon.
Currently I am communicating via HTTP with an embedded site in the PINK to machines on the local network. Part of my challenge is that I need to communicate with machines OUTSIDE the local network, via either port forwarding, or some as-yet-to-be-determined configuration. Not much luck with port forwarding yet....
I'll keep ya posted.
Are you really from Hawaii?
Dave
Thanks for the reply, it does sound like we are doing just about the same thing.· I have been trying to send commands·via UDP·to my TCP/IP device·with out any success.· I think I may·have to use another method though because after reading the materials over and over again, my device·does not really support UDP.· So I'm back to square one!
your project sounds great.· I may also have to figure out·how to use either port fowarding,·and I'll share any progress that I make.
and yep, I'm from Hawaii, born and raised on Oahu.
A hui hou (until next time)
Edward
In other words you need to poll the pink first
Post Edited (skylight) : 8/18/2009 1:26:41 PM GMT