Recent content by sodeaf

  1. S

    Hserin/Hserout 2 Devices

    I currently am using a 74HC125 to isolate the transmission signals to and from the printer already. There was 2 empty channels in which I can run the LCD module through. When the control input on the 74HC is High the outputs are 'Open" so essentially turned off and not putting a load on the...
  2. S

    Hserin/Hserout 2 Devices

    Hey guys, Working on a project using a 28x2. I need to communicate with two different devices using Hserin/Hserout. I am polling one machine receiving a response, then polling another device and receiving response. Is there a chip available that will allow you to switch between 2 RS232...
  3. S

    Hex Conversion from Byte Variable

    Hey guys, Been reading multiple posts fir the last couple hours. Trying several different ideas without any luck. What I am doing I thought would be simple but is causing me to pull my hair out. After doing math using several variables I need to send the Byte Variable Answer as a HEX number...
  4. S

    MAX232 Driver causeing me grief

    Hey Guys, I do apologize for this isn't a direct Picaxe Question, although I have 2 20x2's on my Board. But I was wondering if you could help me out. I built a little demo board using 2 x 20x2 and a RS232 Driver. I was using a Linear regulator but unfortunately it was getting to hot and I...
  5. S

    20X2 Pin C.6 Causing me to go Crazy!! Please Help!

    Hey Guys, Quick Run Down.. I have been playing with Picaxe for about 4 years and have made many Circuit boards.. Im am certainly at the hobby level.. But have learned a lot over the past couple years and have yet to run into something as crazy as this. My Latest Board consists of a picaxe...
  6. S

    Math Help.. Explanation if Possible...

    Hey there, Just trying to figure out what the following actuality means, for I am not sure on the symbols being used, and or the Terminology. The Sample below is from a friend using a different program/uC, I was wondering if the picaxe is capable of completing the task as well. I am trying to...
  7. S

    HSEROUT Timing

    Hey guys, quick question I am using HSEROUT to send 200 Bytes in one string to a serial printer. Using Hsersetup B19200_64, %000 I was wondering if the time between each byte sent can be adjusted. Right now its .108ms, i would like to get it down to 54us.. Is this at all possible.. I have...
  8. S

    A possible way to shorten this? Using Loop?

    Hey guys, I have this code working great, and after testing all functions I am now going threw my code to make sure its all clean and organized. Something tells me there is a better way to do this? I have tried a couple things without success. Thanks in advance. Datain: high pulseout...
  9. S

    Using Hserout on 20x2 to send text and variable

    Hey Guys, I have been trying to figure this out for 2 hours and come up with nothing. So I have to call on the experts,... I know I will kick myself when I see the proper solution for its probably extremely easy or close to what I have tried already without success. My Project consists of 2...
  10. S

    Proper way to extract 12 Bit Bianary from a Word Variable for SPI

    Hey Guys I have been Searching the web for a while now trying to learn how to use a 20x2 with a TLC5940 Chip. I have been able to extract a little info here and there and have something working now. Although I am far off from where I need to be. Right now I am sending the "12 Bits" the hard...
  11. S

    20x2 Resetting and acting wierd when Input C.3 goes low.

    Well that is it.. You have everything.. Hahah PLEASE HELP! I guess I just want to make sure i goofed and I don't need this cap.. There has to be a reason.. I don't know move forward not knowing why this happened.. Thanks Guys
  12. S

    20x2 Resetting and acting wierd when Input C.3 goes low.

    Thanks guys for the input... I appreciate it... I have put attached the image of the board i designed.. It has been Printed.. I had the setup running fine on the breadboard, but didn't really test the buttons at that point.. For I thought it was a no brainier. I am using RJ45 connectors from on...
  13. S

    20x2 Resetting and acting wierd when Input C.3 goes low.

    Hey Guys.. You have been a great help in the past.. and I know I will scolded for not supplying diagrams and code at this point.. But I wanted to know if anyone has any quick tips to why I am having this issue.. I am using a 20x2.. I have it wired too a Max202 Chip using Hserin - Hserout...
  14. S

    8 digit number from Hserin

    Hey Guys, I'm stuck, and my brain is very confused. I am using Hserin via rs232 to receive an 8 digit (meter) number from a machine. I use the command PTr=2 Bcdtoassci w1,w2 and so on for all 8 digits Then W1=w1-$30 to get Actual number, I have managed to place the higher 4 numbers in one word...
Top