julian403
Full Member level 5
Hello All.
I've used the 433Mhz transmisor-receptors with arduinos and by usb port can be able to send and get information using Qt framework, with QSerialPort. Now I'm thinking to use it and make a 1Km link to share internet data. It's possible with QTcpSocket making a server and a client. Specialy I want to send HTTP data and for that the client's browser must get the information recived in 80 port.
But there is something that I'm missing, a theory stuff. How can I make that the port 80 is linked with the usb? because the arduino connect with the computer by usb. It's hard even to make the question.
For example, when the arduino gets the data, it send to pc by usb port. The qt aplication which it's running get an events (just a simple interruptcion) and with readAll() method it put the data to a buffer. And then? Where I must to write that information? Do you understand what I want to ask? where is the 80 ports?
Thanks and regards.
I've used the 433Mhz transmisor-receptors with arduinos and by usb port can be able to send and get information using Qt framework, with QSerialPort. Now I'm thinking to use it and make a 1Km link to share internet data. It's possible with QTcpSocket making a server and a client. Specialy I want to send HTTP data and for that the client's browser must get the information recived in 80 port.
But there is something that I'm missing, a theory stuff. How can I make that the port 80 is linked with the usb? because the arduino connect with the computer by usb. It's hard even to make the question.
For example, when the arduino gets the data, it send to pc by usb port. The qt aplication which it's running get an events (just a simple interruptcion) and with readAll() method it put the data to a buffer. And then? Where I must to write that information? Do you understand what I want to ask? where is the 80 ports?
Thanks and regards.