maniac84
Full Member level 6
- Joined
- Mar 4, 2012
- Messages
- 337
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,298
- Activity points
- 3,661
Hi guys,
I'm using PIC18F25K50 and using in serial comm as well as usb comm. I'm using interrupt on the serial comm.
My application is sending the data through usb on whatever it received on serial.
Just want to know, is it that during when usb is transmitting, we have to close the interrupt of the serial comm (INTCONbits.GIE = 0)? Or it can be on?
I'm using PIC18F25K50 and using in serial comm as well as usb comm. I'm using interrupt on the serial comm.
My application is sending the data through usb on whatever it received on serial.
Just want to know, is it that during when usb is transmitting, we have to close the interrupt of the serial comm (INTCONbits.GIE = 0)? Or it can be on?