DexterInd / GrovePi

GrovePi is an open source platform for connecting Grove Sensors to the Raspberry Pi.
https://www.dexterindustries.com/grovepi/
Other
490 stars 487 forks source link

Does Grove Pi + support controlling avr serial port(D0, D1) with Python? #371

Closed jerryyip closed 5 years ago

jerryyip commented 7 years ago

I could not find any API to control the AVR serial(how to control the TX pin)?

RobertLucian commented 7 years ago

I'm afraid you can't-do this with our API. We didn't do a support for it because:

  1. The Pi already has a serial port and we've named it RPISER on the GrovePi board.
  2. The AVR's serial can be a bit tricky to work with especially when it's bridged by I2C.

With that being said, I think it would have been a cool feature provided the Pi hadn't had one.