Search results

  1. S

    communication between Picaxe40x2 and PS/2 port

    hi, I am trying to make a game controller for playing car games with my picaxe 40x2. I have to send the values of up arrow, down arrow, right and left arrow buttons from my picaxe to the game in order to play the game. I have tried to do this with the sendkeys command in VB, unfortunately the...
  2. S

    serial communication between two picaxe 40x2

    hi !! I am trying to make a serial communication between two picaxe 40x2. But its not working. Here is the code : 'transmitter code #picaxe 40x2 main: if pinC.0 = 1 then serout D.1,N2400,("1") end if if pinC.1=1 then serout D.1,N2400,("2") end if if pinB.7=1 and pinB.6=0 then serout...
  3. S

    Wireless communication between picaxe microcontrollers

    Hello everybody !! Please suggest me a good way to wirelessly communicate between 2 picaxe microcontrollers... (without using xbee). Please suggest me the cheapest way to do the same ... :) Thank You
  4. S

    How to detect 2 MBPS connection

    To monitor 2MBPS presence and failure, and also 64KBPS needed to be monitored ... which type of IC can be used to solve this problem ... Also please mention the name of the IC for these purposes.. Thank You..
  5. S

    Serial communication between PC and picaxe 28X2

    Hi, I am having problem in communicating with PC with Picaxe 28x2. Please help me in solving this problem as it is a very important project My aim is to send the values of w1 and w2 variables ( values of the ultrasonic range sensors 1 and 2 ) to the PC and display them with the help of VB my...
Top