Connecting to AnalysIR over Serial or LAN
Posted: Sun Nov 03, 2013 1:29 pm
We recently receive this question from a backer....
Let me ask you a question about Arduino. Do you connect to the Arduino over Ethernet using the HWVSP software? If so, there must be code in the Arduino that enables Ethernet to serial conversion. You must open a socket connection, and send Ethernet packets to a port #, and the Arduino converts these packets to send out the serial port. Actually, you probably don’t care too much about that direction, you probably care about taking serial data and converting it to Ethernet packets.
If I’m correct in my understanding, does the Ethernet to serial code come in the base Arduino code, and if not, can it be easily downloaded and added?
Let me ask you a question about Arduino. Do you connect to the Arduino over Ethernet using the HWVSP software? If so, there must be code in the Arduino that enables Ethernet to serial conversion. You must open a socket connection, and send Ethernet packets to a port #, and the Arduino converts these packets to send out the serial port. Actually, you probably don’t care too much about that direction, you probably care about taking serial data and converting it to Ethernet packets.
If I’m correct in my understanding, does the Ethernet to serial code come in the base Arduino code, and if not, can it be easily downloaded and added?