[no need to read]Problems with servo's and hardware Serial
hi all
i'm quite new forum, hope proper place put up:)
as title suggests: i'm having problems serial connection when include servo library.
i'm working on c# library communicating arduino ( made library arduino). simple protocol data transfer between them.
so here' s deal: i've set so have packet looks this
"id" 1 byte -> deciding kind of packet i'm recieving/sending;
"package size" 1 byte -> determing when have received entire package
"payload"
its working charm until include servo library.
the arduino sends package (o represents ok byte while x represents random zero)
oxoxoxoxoxox 6 byte package.
while incoming bytes fine.
any appreciated
thanks:)
i'm quite new forum, hope proper place put up:)
as title suggests: i'm having problems serial connection when include servo library.
i'm working on c# library communicating arduino ( made library arduino). simple protocol data transfer between them.
so here' s deal: i've set so have packet looks this
"id" 1 byte -> deciding kind of packet i'm recieving/sending;
"package size" 1 byte -> determing when have received entire package
"payload"
its working charm until include servo library.
the arduino sends package (o represents ok byte while x represents random zero)
oxoxoxoxoxox 6 byte package.
while incoming bytes fine.
any appreciated
thanks:)
we have know more.
which arduino board using ?
do connect servo motor board ? how ?
could upload sketch between code tags ? (use '#'-button above text input field).
does library/sketch declare array of hundreds of bytes ?
does library/sketch use hardware timer ?
which arduino board using ?
do connect servo motor board ? how ?
could upload sketch between code tags ? (use '#'-button above text input field).
does library/sketch declare array of hundreds of bytes ?
does library/sketch use hardware timer ?
Arduino Forum > Using Arduino > Motors, Mechanics, and Power (Moderator: fabioc84) > [no need to read]Problems with servo's and hardware Serial
arduino
Comments
Post a Comment