Search found 10 matches

by drphil1969
Fri Oct 30, 2009 8:35 pm
Forum: Components (Comms)
Topic: CAN Node ID
Replies: 1
Views: 5917

CAN Node ID

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
by drphil1969
Wed Sep 16, 2009 2:13 pm
Forum: Components (Comms)
Topic: Use SPI or MMC block for CAN buffer?
Replies: 4
Views: 7385

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
by drphil1969
Tue Sep 15, 2009 4:15 pm
Forum: Components (Comms)
Topic: Use SPI or MMC block for CAN buffer?
Replies: 4
Views: 7385

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...
by drphil1969
Mon Sep 14, 2009 4:10 pm
Forum: Components (Comms)
Topic: Use SPI or MMC block for CAN buffer?
Replies: 4
Views: 7385

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...
by drphil1969
Mon Jun 29, 2009 6:25 pm
Forum: Components (Comms)
Topic: E-block RS232 Baud rate above 38k?
Replies: 2
Views: 6168

Re: E-block RS232 Baud rate above 38k?

Thanks Sean!
by drphil1969
Fri Jun 19, 2009 1:45 pm
Forum: Components (Comms)
Topic: E-block RS232 Baud rate above 38k?
Replies: 2
Views: 6168

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
by drphil1969
Tue Jun 16, 2009 6:45 pm
Forum: Components (Comms)
Topic: Can both CAN & CAN2 be used in same prog?
Replies: 2
Views: 6584

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
by drphil1969
Tue Jun 16, 2009 2:04 pm
Forum: Components (Comms)
Topic: Can both CAN & CAN2 be used in same prog?
Replies: 2
Views: 6584

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
by drphil1969
Fri Jun 12, 2009 4:21 pm
Forum: Components (Comms)
Topic: CAN2 message ID - breaking it down to 1 byte
Replies: 2
Views: 6811

Re: CAN2 message ID - breaking it down to 1 byte

Hi Ben,

Thanks! That is exactly what I needed!!

Phil
by drphil1969
Fri Jun 12, 2009 3:35 pm
Forum: Components (Comms)
Topic: CAN2 message ID - breaking it down to 1 byte
Replies: 2
Views: 6811

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 ...