Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Snail.cz

  1. S

    Problem with interfacing EUSART at 18F4550 with PC via RS232

    Re: EUSART at 18F4550 I do this: void main(void){ serial_init(); while(1){ RS232_send_byte(0x00); RS232_send_byte(0x00); RS232_send_byte(0x00); RS232_send_byte(0x00); RS232_send_byte(0x00); RS232_send_byte(0x00); RS232_send_byte(0x00)...
  2. S

    need help for controlling my home electricity through pic

    Re: need help for controlling my home electricity through pi Can you specify a "home electricity". Could you give examples ?
  3. S

    Problem with interfacing EUSART at 18F4550 with PC via RS232

    Re: EUSART at 18F4550 Hi Kabanga, So, I tried it, and this is result: 00 00 08 00 00 ff ef ef ef ff I received only 10Byte.. Do you known, what's wrong ? Thanks..
  4. S

    Problem with interfacing EUSART at 18F4550 with PC via RS232

    Re: EUSART at 18F4550 I don't known what else it could be... I have my own RS232 "watcher" in C#, and it works great with 16F877A and the other devices... My "watcher" displeys receive data in hex format...
  5. S

    Problem with interfacing EUSART at 18F4550 with PC via RS232

    Hi, I have a problem with EUSART(18F4550) Interface. I can't connect this MCU with PC via RS232. :cry: When I transmit byte from MCU, the PC receive somethink else. For example: MCU transmit 0xaa and PC receive 0xff. So, I think it's problem with baudrate... The problem isn't in hardware...

Part and Inventory Search

Back
Top