[Trac] bulk write a byte 255

2010-01-27 Thread Gilson
Hello I need to write a the byte 255 into the bulk pipe, but bulk_write function
only accepts char* and not unsigned char*, so when I set the data to transfer
the PIC (that receives the data) read a -1 byte then I got a error.

There is another way to do it?

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.



Re: [Trac] bulk write a byte 255

2010-01-27 Thread Michael Renzmann
Hi.

> Hello I need to write a the byte 255 into the bulk pipe, but bulk_write
> function

You're most probably writing to the wrong mailing list. This one is about
Trac, which "is an enhanced wiki and issue tracking system for software
development projects" [1]. I guess the project your question refers to
makes use of Trac, but this list is about Trac itself, not about projects
that use Trac for their website.

Bye, Mike

[1] http://trac.edgewall.org

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.