Thanks for your Help so long Guys.
As you know I will do as You tell and try. So I bought everything I need to try parallel com between pics but at first I will give "Debug" a try because its so fast (I read about that)
Sending (with all the Defines at Baud rate 9600)
CNT Var Byte
....
....
Debug [cnt]
Recieving (same Definitions)
Debugin ; cnt
.....
LCDOUT $FE02 `something like that, worked before
LCDOUT $FE80 "CNT=" , CNT
...
I´m not absolute shure about the code BUT
The LCD Display recieves something but only one Element which changes when changing the Input frequency
It shows CNT=§ (its the german symbol for "Divide" I dont have it on my keyboard)
or CNT=A (but only half symbol height and square)
This shows the transmission works, its just like different languages.
When I use Serout/Serin everything works fine
then it shows "CNT=146" for example whith input freq 146Hz .
There must be more about Debug/Debugin
I tried changing the Var defines from byte to dec which changed the display from rubbish to rubbish .
I thought if i´m sending a Var frompic to pic then it doesn´t change. Obvious it does.
What I´mmissing?
I´m showing the precise program code today in the evenig when I´m back home.
I need just a simple example for sending a byte by debug from pic to pic.
Oh yes I dream of baud rate 120000 or something....
Bookmarks