Soy estudiante tratando de terminar la tesis
Ejecuto código me muestra esto:
Cita
TypeError: bytearray index out of range.
Estoy utilizando Python 2.7 en Raspberry pi.
Código
# -*- coding: utf-8 -*-
import serial
resp=0
datosOEM=bytearray(5)
print(datosOEM)
datosOEM[0]=65
print(datosOEM)
x=[0 for i in range(6)]
k=0, trama=1, B=0, C=0;
conexion=True;
if(conexion):
#{
print ('conexion ON')
while(response<200):
print ('data save')
while(C==0):
#{
print ('what is C?')
x[0]=datosOEM[k];
if(x[0]==1):
#{
print ('what is x[0]?')
x[1]=datosOEM[k+1];
if((x[1]&1)==1):
#{
print ('what is x[1]?')
C=1;
#}
#}
k=k+1;
#}
k=k-1;
#}
La linea que esta fallando es: