kanchana 29
Newbie level 4
I am using Raspberry pi 3 and have done PyQt4 programming and created the GUI. I am trying to write data through SPI to the pic microcontroller and i was able to send it by defining the values in the code in a list format. But i am unable to send the data from the GUI. I have included all the required Spidev tools and i am giving spi.xfer() command to write the data. But when i click on send button the whole gui just closes on its own. Can i know how to write the values in a list or string format directly from the GUI?