Hi,,
OS : Debian 6
1)
I follow instructions in below Url to read data from BCM 2835, GPIO14,15
https://sites.google.com/site/semillero ... rials/gpio
but unable to read the data from the BCM 2835, GPIO14,15 Serial port pins.
Used Code:
import serial
ser = serial.Serial("/dev/ttyAMA0")
ser.write("UART the Font")
read = ser.read()
print read
ser.close()
2) Unable to Install supporting software....
cmd: apt-get install minicom
Error:
The following packages have unmet dependencies:
gnome-rdp : Depends: libglade2.0-cil (>= 2.12.9) but it is not going to be installed
Depends: libmono-corlib2.0-cil (>= 1.2.2.1) but it is not going to be installed
Depends: libmono-posix2.0-cil (>= 2.4) but it is not going to be installed
Depends: libmono-sqlite2.0-cil (>= 1.2.6) but it is not going to be installed
Depends: libmono-system-data2.0-cil (>= 1.2.6) but it is not going to be installed
Depends: libmono-system2.0-cil (>= 2.4.3) but it is not going to be installed
Depends: libvte0.16-cil (>= 2.26.0) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Kindly advise us to solve these issues...
