Hello,
I am using an E-Blocks CAN board and cannot find any reference to the Node ID. Is the node ID a settable parameter?
Thanks,
Phil
Search found 10 matches
- Fri Oct 30, 2009 8:35 pm
- Forum: Components (Comms)
- Topic: CAN Node ID
- Replies: 1
- Views: 7981
- Wed Sep 16, 2009 2:13 pm
- Forum: Components (Comms)
- Topic: Use SPI or MMC block for CAN buffer?
- Replies: 4
- Views: 9804
Re: Use SPI or MMC block for CAN buffer?
Thank you so much Benj! I am hoping to get to this within the next couple of weeks.
Best Regards,
Phil
Best Regards,
Phil
- Tue Sep 15, 2009 4:15 pm
- Forum: Components (Comms)
- Topic: Use SPI or MMC block for CAN buffer?
- Replies: 4
- Views: 9804
Re: Use SPI or MMC block for CAN buffer?
Hi Benj, Thanks for your quick reply. I actually shelved this project a few months ago after I got it working at 38k baud on the RS232. I got sidetracked by a high priority high profit project. :-) I have not tried anything above that baud rate. The messages that were captured worked perfectly (no c...
- Mon Sep 14, 2009 4:10 pm
- Forum: Components (Comms)
- Topic: Use SPI or MMC block for CAN buffer?
- Replies: 4
- Views: 9804
Use SPI or MMC block for CAN buffer?
Hello, I have written a flowcode program to receive CAN messages, convert them and transmit over RS232. The ultimate goal is to transmit over a phone line then convert back into the original CAN messages. The challenge I'm having is the relatively slow baud rate of RS232 (especially over a phone lin...
- Mon Jun 29, 2009 6:25 pm
- Forum: Components (Comms)
- Topic: E-block RS232 Baud rate above 38k?
- Replies: 2
- Views: 8366
Re: E-block RS232 Baud rate above 38k?
Thanks Sean!
- Fri Jun 19, 2009 1:45 pm
- Forum: Components (Comms)
- Topic: E-block RS232 Baud rate above 38k?
- Replies: 2
- Views: 8366
E-block RS232 Baud rate above 38k?
Hello,
Is it possible to increase the baud rate of the RS232 E-block above 38k? I am using the PIC16F877A. If not, is this a hardware issue... i.e. would I be able to do so if I had different hardware?
Thanks,
Phil
Is it possible to increase the baud rate of the RS232 E-block above 38k? I am using the PIC16F877A. If not, is this a hardware issue... i.e. would I be able to do so if I had different hardware?
Thanks,
Phil
- Tue Jun 16, 2009 6:45 pm
- Forum: Components (Comms)
- Topic: Can both CAN & CAN2 be used in same prog?
- Replies: 2
- Views: 8860
Re: Can both CAN & CAN2 be used in same prog?
Thanks Benj. I am ok with just using CAN2... a little confusion on my part with getting Hi & Lo IDs using CAN2 but I got it now....
Phil
Phil
- Tue Jun 16, 2009 2:04 pm
- Forum: Components (Comms)
- Topic: Can both CAN & CAN2 be used in same prog?
- Replies: 2
- Views: 8860
Can both CAN & CAN2 be used in same prog?
Probably a silly question... but can both CAN & CAN2 be used in the same prog?
Thanks,
Phil
Thanks,
Phil
- Fri Jun 12, 2009 4:21 pm
- Forum: Components (Comms)
- Topic: CAN2 message ID - breaking it down to 1 byte
- Replies: 2
- Views: 9291
Re: CAN2 message ID - breaking it down to 1 byte
Hi Ben,
Thanks! That is exactly what I needed!!
Phil
Thanks! That is exactly what I needed!!
Phil
- Fri Jun 12, 2009 3:35 pm
- Forum: Components (Comms)
- Topic: CAN2 message ID - breaking it down to 1 byte
- Replies: 2
- Views: 9291
CAN2 message ID - breaking it down to 1 byte
Hello, I am currently working on a project using Flowcode with E-Blocks where I need to receive CAN mesages (both STD and EXT message IDs), break them down to 1 byte and send them out over RS232. The STD IDs are easy as they are already broken down for me into Hi an Lo bytes by Flowcode. Is there a ...