Results 11 comments of jadefox10200

As a note, I have been using code from this library to print PDFs for quite some time now. However, I am using a xerox workcenter 7435 which does understand...

This code heavily relies on the printer's ability to read a PDF. If PDF printing does NOT work, try a simple TXT file which from what I know should work...

Looks like it's printing the raw code of the PDF. What printer are you using? This package is VERY basic and sends the data to the printer raw. This means...

Ok, I've added a license. However, I'm not very interested in versions. New methods should be used. Right now the package is quite manual. Meaning, it could easily use upgrades...

> No worries. I can't use it in that model, so I'll need to just write it all from scratch based on the MS docs. > > Good luck with...

> If you want to use the RTC for deep sleep control you may need to implement it yourself @soypat Thank you for the answer and yes, I've come the...

@soypat awesome. Thank you for the direction. I'll get to work and hopefully be able to get this working. I have a bunch of code to still write on the...

I am trying to use the driver mcp2515 and getting the following error: ``` panic: compiler: could not store type code number inside interface type code goroutine 9 [running]: github.com/tinygo-org/tinygo/transform.LowerReflect({0x9bc0880})...

Sadly, I'm only seeing this now. Take a look at this pull request: https://github.com/JonCooperWorks/go-tdameritrade/pull/6

Hello. Sorry for the delay. Please pull the 'dev' branch and try that code. There is a comment in the code as follows: //The pDatatype in the DOC_INFO_1 stuct should...