1
vote
1answer
346 views

sample speed i2c

If running standard release of debian on my Rpi. How fast can I sample the sensor readings through i2c and save values? Why Im asking, I tried to read a DS18B20 and save it,s values (wrote the ...
5
votes
2answers
4k views

How can I connect to a USB serial device?

I have a device with a USB serial port cable that I'd like to connect to my Raspberry Pi. The chipset for this USB to serial cable it the PL-2303 from Prolific Technology, Inc. How can I read data ...
18
votes
1answer
3k views

How to program a USB device with Debian/Python

The Raspi is being promoted as an educational device that primarily uses Python. Inline with this, there are already some great examples online of people accessing the GPIO from Python. However, most ...