Let me preface this by saying that I tried to port it myself. I’m just not getting anywhere. It’s a bit too advanced and I would love some help/suggestions on how to port this beast.
@harrisonhjones, that is a doozy! If you will be at Maker Faire, let’s discuss there but I believe I can help. Do you have an extra shield you can bring?
@peekay123@harrisonhjones Did you guys take a look at this? I’m currently using this library on an Arduino, but would like to move over to the Core/Photon.
@tw_uk, I working my way through all the porting. I’ve hit a snag in the LCD include file with a write(uint8_t) extension to the class which, for some reason, won’t compile. It’s just a matter of time.
UPDATE: I have the code compiling on the (beta) develop branch for the Photon!
@peekay123 Oh cool! I’ve noticed ‘spark-usb-host’ too, although haven’t tried it so far. Think I’ll get a shield board to make connecting my USB host arduino shield to the Core/Photon a bit easier.
Shame we can’t make the Photon act as a USB host itself, and avoid needing the shield!
@peekay123 Do you have the core classes + ACM working (cdcacm.h)? They’re the only ones I’m using at the moment! My Photon is on its way now. Hopefully I’ll be able to try this out soon.
Thank you very much. I was able to compile the code and use it with the ACM Terminal sample provided in the original repo.
Unfortunately it doesn’t seem to work
I guess this has something to do with the pin assignments on the Photon.
I’m happy to help continue testing this.