jmgelba,
It's not clear to me what you are trying to do with write command....
WRITE 50, wifi.0 - this will write only one bit, just 0 or 1
WRITE 50, wifi[0] - this will write only byte from array
jmgelba,
It's not clear to me what you are trying to do with write command....
WRITE 50, wifi.0 - this will write only one bit, just 0 or 1
WRITE 50, wifi[0] - this will write only byte from array
Bookmarks