SolidGeek / VescUart

An Arduino library for interfacing with the VESC over UART
GNU General Public License v3.0
179 stars 91 forks source link

Software serial for setSerialPort() #9

Closed ImraanMitha closed 5 years ago

ImraanMitha commented 5 years ago

you use a hardware serial object for your serial port that's used to communicate. Since the atmega238p only has 1 serial port required for debug would it be possible to tweak the source code to use a SoftwareSerial object so that people with basic Arduino boards could use this library

SolidGeek commented 5 years ago

Take a look at the development branch, it supports software serial ☺️

ImraanMitha commented 5 years ago

cant believe I didnt see that at first! thank you for the response