Hello
Thanks
Useing our first example
SEROUT2 PORTC.6, 84,[$80,$02,$E0,$00]
it gave me no errors but it does not seem to have the serial output I need
The device I am hooking the Pic to requires data formatted
$80,$02e0, $00 where 80 is a command to store date, the memory location is 2e0 hex and the data is 0 in this case.
When I brake up the 02e0, on serial channel receives 80,2,E0,0
in dec it should look like 128,736,0
it now looks like 128,2,224,0
It may work but currently my receiveing device does not seem to be storeing the data correctly...
Any other thoughs ? the comma , seems to be somewhat the problem, can put $04$E0 together without fault
Bookmarks