Neo_GHOST
22-10-2008, 20:26
Hi all, FW 1.9.2.7 is the BEST.
I've got ASUS WL-500g Deluxe V,
when i set my serial port on asus like this:
stty -crtscts < /dev/tts/1
stty 9600 > /dev/tts/1
more /proc/tty/driver/serial
I can only send data out from asus to atached uP like 8051.
echo "Hello__" > /dev/tts/1
Asus is working at 3.3V, but is 5V tolerant (8051 is 5V).
I can see sent data (UP-CASED) at 8051s LCD (my program).
But if i want to read data from 8051 like this:
cat /dev/tts/1
Data from 8051 is going to Asus, it DON'T display nor save them,
but it send them back to 8051 again UP-CASED.
Can you help me pls?
I want this as remote control of house (security, light, PC) when I'm at school or anywhere else with internet :-)
If you want, I can make guide how to make it, but i need help with this error.
THX :-)
I've got ASUS WL-500g Deluxe V,
when i set my serial port on asus like this:
stty -crtscts < /dev/tts/1
stty 9600 > /dev/tts/1
more /proc/tty/driver/serial
I can only send data out from asus to atached uP like 8051.
echo "Hello__" > /dev/tts/1
Asus is working at 3.3V, but is 5V tolerant (8051 is 5V).
I can see sent data (UP-CASED) at 8051s LCD (my program).
But if i want to read data from 8051 like this:
cat /dev/tts/1
Data from 8051 is going to Asus, it DON'T display nor save them,
but it send them back to 8051 again UP-CASED.
Can you help me pls?
I want this as remote control of house (security, light, PC) when I'm at school or anywhere else with internet :-)
If you want, I can make guide how to make it, but i need help with this error.
THX :-)