Jump to content
43oh

ljstrickler61

Members
  • Content Count

    5
  • Joined

  • Last visited

Everything posted by ljstrickler61

  1. I saw somewhere that there is somebody out there that makes an inexpensive MSP based RF board with temp sensing, I can't find it anymore. Anybody have any suggestions?
  2. Finally was able to create the bug report (job and family got in the way) #440
  3. MSP430G 1.5 and I should get to filing the bug later today
  4. Once I send a length of say 4, I can't reduce the length below that. The master always receives the maximum length of what I set even though the length variable has been reduced again below that. Example for a session: Send w2 writeLen = 2, data master recieves is length 2 Send w4 writeLen = 4, data master recieves is length 4 Send w2 writeLen = 2, data master recieves is length 4 though writeLen is reported as 2 thru the serial port Send w8 writeLen = 8, data master recieves is length 8 Send w2 writeLen = 2, data master recieves is length 8 though writeLen is reported as 2 thru
  5. I am working on the MSP430G2553 using I2C and Serial libraries. I am playing right now to try to understand the usage of the libraries. I have an I2C slave that I am trying to control how much data gets returned when a read is executed. Using the serial interface I can increase the size that is sent over the I2C but I can't reduce the size even though the variable passed to Wire.write shows it has reduced. Slave code: #include <Wire.h> #define MY_ADDR 2 #define ERR_RQST_MSB 0xF0 ///< First byte sent when request hasn't been preceded by a value #define ERR_RQST_LSB
×
×
  • Create New...