Re: How can I read/write individual bits from/to CAN when using Channel API functions?
3 views
Skip to first unread message
DirkW
unread,
Aug 11, 2008, 10:10:12 AM8/11/08
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Well the trick is to just crate or have in your case a unsigned 8 bit channel. You can then use a 8 bit unsigned integer datatype to write your bit pattern. See the attached VI. If you are using a C language it should be even easier. DirkW