Page 1 of 1

communicate by serial data between Arduino Uno & PIC18F45K20

PostPosted: Wed Jul 06, 2022 12:02 pm
by microchip_a
Hello,

I'd like to communicate by serial data between Arduino Uno & PIC18F45K20.

I have seen about pic18f45k20:

TABLE 26-1: SUPPLY VOLTAGE, PIC18F2XK20/4XK20
D001 VDD Supply Voltage 1.8 — 3.6 V

and
TABLE 26-9: INPUT/OUTPUT CHARACTERISTICS, PIC18F2XK20/4XK20
D030 with TTL buffer VSS — 0.15 VDD V
D031 with Schmitt Trigger VSS — 0.2 VDD V



1 - Is it (0.15 * VDD) or (0.15 + VDD) ?

I configured Ardiono uno 2 & 3 pin to be serial with SoftwareSerial. Theses pins outputs seems to be at 5 V.

2 - Should I put an interface between the pins of the Arduino and those of the PIC18F and if so which ones?

Thanks

Re: communicate by serial data between Arduino Uno & PIC18F4

PostPosted: Thu Jul 07, 2022 3:20 am
by AussieSusan
Is this not adequately answered at https://www.microchip.com/forums/m1210988.aspx?
I ask only so that we don;t double-up on the same information.
Susan

Re: communicate by serial data between Arduino Uno & PIC18F4

PostPosted: Sat Jul 09, 2022 2:44 pm
by microchip_a
AussieSusan wrote:Is this not adequately answered at https://www.microchip.com/forums/m1210988.aspx?
I ask only so that we don;t double-up on the same information.
Susan


Hello,

Yes, this is answered.

Thank You very much