ok, hier der code, kann nicht viel falsch sein, oder:
Code:
$regfile = "m16def.dat"
$crystal = 16000000

Config Porta = Output
Config Portb = Output
Config Portc = Output
Config Portd = Output
Config Timer1 = Timer , Prescale = 1024
Enable Timer1
On Timer1 Timer1_isr
Enable Interrupts
Timer1 = 75

Porta = 11111111
Portb = 11111111
Portc = 11111111
Portd = 11111111


Do

Loop



Timer1_isr:

Timer1 = 75
Return


End
die beschaltund is für einen LEDwürfel, also spannungdbegrenzung, transisturen und ein max232.


mfg roboman