wrybread / ESP32ArduinoRenogy

Reads data from a Renogy solar charge controller's RS232 port with an ESP32 or Arduino
MIT License
28 stars 8 forks source link

possible to use USB vs. serial? #7

Open tim-oe opened 3 months ago

tim-oe commented 3 months ago

i'm working on setting up an ntp server using a gps hat that using the serial port. Im hoping to leverage a usb port to connect to the rs232 port. have you tried doing this and will you library work with USB port?

thanks