Quote Originally Posted by mister_e View Post
We are in the PBP wish list section...
garryp4 want to have new statements (HI2CREAD/WRITE) that use the Hardware MSSP module instead of using I2CREAD/WRITE. Something like SERIN/HSERIN PWM/HPWM
Quote Originally Posted by Andy Baker View Post
Please please please implement hardware I2C for devices that support it! The I2CWrtite I'm using is sucking up TONS of code space, is slow as death, and is making me nuts!
Andy
Quote Originally Posted by mister_e View Post
.... oops sorry....
Which device you need to talk to?
What do you think of "@ hi2cwrite / hi2cread" type command?
Is that even possible? Can't pass many variables that way. They'd have to be preset. You'd have to have a number of different versions to handle the different 'item' possibilities...
Unless...you hijacked the original i2cread/i2cwrite commands with a flag set somewhere...hmmmmm