Search found 2 matches

by S.Taube
Thu 22. Apr 2021, 17:06
Forum: PCAN-MicroMod FD Evaluation Board
Topic: RS-232 on PCAN-MicroMod FD Digital
Replies: 3
Views: 17721

Re: RS-232 on PCAN-MicroMod FD Digital

Hello Marvin,

well, a generic solution could be the same, as in the example code for PCAN-RS232:


Project: SER-TO-CAN
File: ser_to_can.c

// RS232 parameters: 115200 bit/s, 8, N, 1
// CAN parameters: 500 kbit/s, ID=0x123, DLC=8
//
// Byte stream is received and converted to 8 byte CAN messages ...
by S.Taube
Thu 22. Apr 2021, 12:03
Forum: PCAN-MicroMod FD Evaluation Board
Topic: RS-232 on PCAN-MicroMod FD Digital
Replies: 3
Views: 17721

RS-232 on PCAN-MicroMod FD Digital

Hello,

the following question is regarding to PCAN-MicroMod FD Motherboards, but I'm not allowed to create a new topic there, so posting here.

In the "PCAN-MicroMod FD Digital 1/2" manual it is stated, that there exists a RS-232 interface, which is currently not used. When that RS-232 interface ...