darkbios
24-05-2009, 18:52
can anybody tell me how to send data or file from our computer to router??
in future i would try to change the internet configure in router code
so if I don't setup any cable connection(without internet), maybe i can't connect anymore to my router :D
currently I am using apache on my computer and from router using wget to get a file or data
so I wish to use pl2303 cable to connect to my computer
I have already do:
insmod usbserial.o
insmod pl2303.o debug=1
mknod /dev/ttyUSB0 c 188 0
chmod 666 /dev/ttyUSB0
can anybody tell me how to send the data via pl2303 cable ?:confused:
sorry if my english is hard to understand
in future i would try to change the internet configure in router code
so if I don't setup any cable connection(without internet), maybe i can't connect anymore to my router :D
currently I am using apache on my computer and from router using wget to get a file or data
so I wish to use pl2303 cable to connect to my computer
I have already do:
insmod usbserial.o
insmod pl2303.o debug=1
mknod /dev/ttyUSB0 c 188 0
chmod 666 /dev/ttyUSB0
can anybody tell me how to send the data via pl2303 cable ?:confused:
sorry if my english is hard to understand