Search results

  1. M

    Finding serial ports

    Hi All, I have always had the problem of figuring out which COM port number is assigned to which USB-RS232 adapter. Now this has bugged me for a number of years until a friend of my son stated, "yeah no problem. Use PowerShell", in Windows OS. Anyway, he started me off, and in the end I have...
  2. M

    help with transistor

    Here's PWM and H-Bridge combined.
  3. M

    Rotary Encoder explanation

    Hi All, Just found this: http://www.electro-labs.com/rotary-encoders-understanding-practical-implementation/ Seeing as there are plenty of people using them, and questions invariably arise, I hope that the link may help others. MPep
  4. M

    Merry christmas

    HI all, Just want to wish everyone a Merry Christmas:o MPep
  5. M

    08M2+ - what is it?

    Hi all, Might seem like a silly question, but I thought I had purchased 08M2, but the package has the + written on it also. Is there a difference, or is it indeed the same IC? Mark.
  6. M

    Simplified programming????

    Hi All, Just found this http://hackaday.com/2011/09/09/program-an-arduino-using-your-sound-card/ Yes it is for Arduino, but (??) could be made to work for PICAXE. This would get around all the issues there are regarding USB serial port compatibility et al. Really, every computer has a sound...
  7. M

    Happy New Year

    To you all. MPep
  8. M

    Cheap GPS module

    http://www.antenova.com/?id=921 Apparently only US$3. Thought someone may like to know this.
  9. M

    Scroll bars in posts

    An example:
  10. M

    Scroll bars in posts

    Hi Technical, I see the above in most posts now. Even on small posts that really don't require them. Is there a way they can be removed? I find it distracting. Anybody else notice them? MPep.
  11. M

    @Technical, repeated posts

    Hi Technical, There appear to have been quite a few repeated (double) posts in the last week or so. Is there any specific reason for this? Regards, MPep.
  12. M

    LTC6903 SPI acknowledge transfer

    Hi all, I am going to use the above chip. Datasheet here. I am a little puzzled over the datasheet's mention of Does this mean that the following code should work okay? low CS hspiout (freqhigh) pause 1 hspiout (freqlow) high CS Where FREQHIGH and FREQLOW are byte-wide...
  13. M

    LookUp tables vs Word variables?

    Hi All, Is it possible to use Word variables with Lookup tables? Am trying to use it like so: symbol search = W3 symbol dispcode = W4 Tab2: lookup search,("D2C3,D2CD,D2D7,D2E1,D2EB,D2F4,D2FE,D307,D310,D319"),dispcode returnThing is, is this, in fact, okay to use? MPep.
  14. M

    IR options - suggestion

    Another suggestion: would it be possible for users to determine the input device for IR send codes? eg if I already had a Sony TV, how could I make a IR controlled input AV selector?
  15. M

    USB-serial adapter COM# identifier

    Hi chaps, I am looking for software that is able to identify on your Windows system what COM ports are available. Reason being is that every time you connect an adapter, and it is in a different USB port to what you originally used, will be assigned a different COM number. e.g. you were using...
  16. M

    1 wire LCD driving

    Hi all, Whilst browsing the 'net, found this http://www.romanblack.com/shift1.htm. Should be PICAXEable. He also has plenty of other interesting ideas/circuits that are well worth browsing his website for. MPep.
  17. M

    ASCII variables

    This might sound rather daft but here goes: How do I send an ASCII variable using SEROUT or SERTXD? Before anybody mentions it, yes I kow how to send as part of a set string, ie: SERTXD ("Hello World",13,10) However what I want to do is to check what is coming in, ie:RMCIn: serin...
  18. M

    Simulator - SerIn issue

    Hi people, Has anybody else noticed that when you write a program that requires SerIn with a qualifier, you must remove the qualifier for the simulator to work correctly?serin 1,N2400,("RMC,),b0,b1Using this structure causes no response in the simulator when I enter ' "RMC,12",13,10' If I...
  19. M

    SimpleLAN purchase for NZ

    Hi guys, If anyone is interested in buying a SimpleLAN but the freight cost for 1 is just too much, I am wondering if we can team up and share parcel space. Let me know. I have no timetable as such. Mark.
  20. M

    Forum page defaults?

    Hi All, I have recently discovered that, whilst viewing a post, that you can change the displayed view to Linear mode, thereby showing a chronological line up of all replies. Click on "Display Mode" on the top right. Only thing is, how can I keep this as my preference?? Mark.
Top