Help - Little Step-U
Archiver
Posts: 46,084
Try:
SEROUT n,T2400,(#{H})
where n is your I/O pin number (0...7).
Steve
On 16 Mar 01 at 1:26, breerb@h... wrote:
> Please help if you can... Has anyone worked much with TLA's Little
> step-u with BS1?? I'm having problems figuring out the correct
> serout data to send. I'm trying to send {H} and my best try has
> been serout (123,72,125) NOT WORKING!
SEROUT n,T2400,(#{H})
where n is your I/O pin number (0...7).
Steve
On 16 Mar 01 at 1:26, breerb@h... wrote:
> Please help if you can... Has anyone worked much with TLA's Little
> step-u with BS1?? I'm having problems figuring out the correct
> serout data to send. I'm trying to send {H} and my best try has
> been serout (123,72,125) NOT WORKING!
Comments
step-u with BS1?? I'm having problems figuring out the correct
serout data to send. I'm trying to send {H} and my best try has been
serout (123,72,125)
NOT WORKING!
Thanks
Bree
something I found on TLA Microsystems site if you need it.
Command Summary
http://www.tla.co.nz/lit_step2.html
Full Documentation
http://www.tla.co.nz/littlestep.pdf
Original Message
> SEROUT n,T2400,(#{H})
>
> where n is your I/O pin number (0...7).
> > Please help if you can... Has anyone worked much with TLA's Little
> > step-u with BS1?? I'm having problems figuring out the correct
> > serout data to send. I'm trying to send {H} and my best try has
> > been serout (123,72,125) NOT WORKING!