Recent content by krom81

  1. K

    C++ Builder and USB<->RS232

    I am trying to make an application with C++Builder which communicates with a PIC16F877A which has a RS232 interface. Unfortunately my computer only has USB ports so I have bought a USB to RS232 converter cable. Well I am a complete beginner to C++ Builder so really at this point I don't even...
  2. K

    RS232

    I am trying to make an application with C++Builder which communicates with a PIC16F877A which has a RS232 interface. Unfortunately my computer only has USB ports so I have bought a USB to RS232 converter cable. Well I am a complete beginner to C++ Builder so really at this point I don't even...
  3. K

    We consider to use sub-20

    There should be no problem. It does not matter there the masters come from. If all of them respect multi master arbitration they should work together.
  4. K

    CFP MSA compatible PHY with MDIO

    we are looking for best solution to configure CFP MSA compatible PHY with MDIO interface. The best would be to have some USB to MDIO adapter with LabView support.
  5. K

    C++ Builder and USB<->RS232

    I see no problem you have to face in your setup. The PC SW will know nothing about nature of RS232 port it will use. It can be a real RS232 or Virtual one via USB adapter unless you are using real time bit banging with pins of RS232 port. If you are just sending data bytes there should be no...