1) How do I write raw bytes/words?
the docs: https://github.com/esp8266/Arduino/blob ... ile-object mention tangentially that println is a supported method. They also mention that all Stream methods are implemented. I assume this means the arduino Stream methods. The arduino docs (https://www.arduino.cc/en/Reference/Stream) in turn only mention read methods for stream but say it also inherits from the Print class, but I don't see documents anywhere for the Print class.