I’m trying to communicate with the WiFly chip (WiFly Shield) via telnet. I’m able to connect and get everything working, i.e. send/receive commands, however, I constantly receive weird characters. This happens when using both windows native telnet and Tera Term.
I’m using the WiFly shield so the oscillator frequency is what it is. I haven’t changed the baud rate setting from the stock setting. This is also going through telnet and not through the arduino. From my knowledge there’s no way to even set the baud rate in Tera Term…
I’m pretty sure it’s not the baud rate… If I use the serial monitor, everything is ok. I can transmit and receive data using the SpiUARTterminal sketch from the WiFly library 100% ok. My code works 100% ok. It’s only when I Telnet into the WiFly that random characters show up.
I’m not basing it off of any tutorials… Using the WiFly library, I’ve configured the WiFly to negotiate its network parameters on its own. In my sketch, I’m only using SpiSerial.begin and SpiSerial.available.