Re: Amiga disassembly
Posted: Wed Jun 08, 2011 5:09 am
Hmm, what if a 1 is signalled by the serial port going high then low, and a zero is signalled by the serial port staying low? would that make it make any more sense?
so maybe
start bits
1 11110000
1 11110000
----
data byte
0 00000000
0 00000000
1 11110000
1 11110000
1 11110000
0 00000000
1 11110000
1 11110000
----
stop bits
0 00000000
0 00000000
..can continue forever, amiga is waiting for more 1's
I wondered if this might be the case, because of the odd results with sending random stuff to the serial port.
I will unfortunately have to check out the code later, as I am snowed with work (which is great!! )
so maybe
start bits
1 11110000
1 11110000
----
data byte
0 00000000
0 00000000
1 11110000
1 11110000
1 11110000
0 00000000
1 11110000
1 11110000
----
stop bits
0 00000000
0 00000000
..can continue forever, amiga is waiting for more 1's
I wondered if this might be the case, because of the odd results with sending random stuff to the serial port.
I will unfortunately have to check out the code later, as I am snowed with work (which is great!! )