* Remote Serial Protocoal - Data packet length
@ 2002-10-22 9:03 David Mc Kenna
2002-10-22 10:48 ` Quality Quorum
0 siblings, 1 reply; 2+ messages in thread
From: David Mc Kenna @ 2002-10-22 9:03 UTC (permalink / raw)
To: gdb
Hi all,
One or two quick questions about the remote serial protocol:
Is there a max length for the data-packet? If so what is it?
Also if I transmit:
$m0,44#XX
what format does the reply take?
At present for the above command I am getting an error reporting that the remote
packet length is too long. It is okay as long as the # of bytes to be transmitted
back less than 44.
Any help is appreciated,
Dave McKenna
--
http://www.iol.ie
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Remote Serial Protocoal - Data packet length
2002-10-22 9:03 Remote Serial Protocoal - Data packet length David Mc Kenna
@ 2002-10-22 10:48 ` Quality Quorum
0 siblings, 0 replies; 2+ messages in thread
From: Quality Quorum @ 2002-10-22 10:48 UTC (permalink / raw)
To: David Mc Kenna; +Cc: gdb
On Fri, 22 Nov 2002, David Mc Kenna wrote:
> Hi all,
>
> One or two quick questions about the remote serial protocol:
>
> Is there a max length for the data-packet? If so what is it?
> Also if I transmit:
> $m0,44#XX
> what format does the reply take?
>
> At present for the above command I am getting an error reporting that the remote
> packet length is too long. It is okay as long as the # of bytes to be transmitted
> back less than 44.
Minimally supported data length is 400, there was a bug in older versions
which limited overall packet lenghth to 400, but it seems like it is
was fixed sometimes ago. If you architecture needs more than 400 bytes
to dump registers then length will be bumped up.
It seems to me that you have configuration problem.
>
> Any help is appreciated,
> Dave McKenna
> --
> http://www.iol.ie
>
Thanks,
Aleksey
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-10-22 17:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-22 9:03 Remote Serial Protocoal - Data packet length David Mc Kenna
2002-10-22 10:48 ` Quality Quorum
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox