B4R Question How to use serial port except serial1

santook

Member
Now,we can using Serial Class to use serial port 1 hardware serial,but if we use atmega 2560 chip,how to use other serial ports?
Whether can support like :

Public serial1 As Serial
serial1.Initialize(115200,serial1.port2) 'Init port with uart2 ,115200 baudrate
 
Top