Other Parts Discussed in Thread: MSP430G2553, ENERGIA, MSP430F5529, MSP430FR5969
Hello everyone.
So, I have a MSP430g2553. I learned yesterday how to send and receive serial data using Energia Software.
My question is: there's a way to send this same data to a socket in my pc (using or not Energia), or just do a http request without any other hardware component (using or not Energia)? My main goal is to receive a http request and do things after, but without any other hardware (a socket message is enough).
Thank you!