F
F
F142015-10-21 16:10:14
Arduino
F14, 2015-10-21 16:10:14

Connecting an arduino to a computer and using the computer as a server?

Rfid is connected to the arduino, and arduino is connected to the computer, how to make it so that when the card is presented, this data is sent to the server?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Max, 2015-10-21
@F14

on Arduino received card ID - recorded in serial.
on your computer - listen to the comport.
if you need to send over the network - plug in the Ethernet shield, run Ethernet.client on the arduino, connect to the server - and GET myserver/rfid.php?id=0123456789012345.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question