anyway, forget me on the previous, it will work yeah but not on the range you said... your method is good, keep it.
anyway, forget me on the previous, it will work yeah but not on the range you said... your method is good, keep it.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Nice job you did! Any spare MAX232 output on your board?
Last edited by mister_e; - 29th May 2006 at 15:49.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
I'm not using any MAX232...?
Why do you ask that?
Robert
![]()
My Creality Ender 3 S1 Plus is a giant paperweight that can't even be used as a boat anchor, cause I'd be fined for polluting our waterways with electronic devices.
Not as dumb as yesterday, but stupider than tomorrow!
do a test... you'll see why sometime a spare MAX232 transmitter can be usefull. Place your voltmeter on a transmitter output.... set the transmitter input to GND, then to 5Volt. What do you get on your Voltmeter?
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Sorry Steve, no time for a test, especially when I don't know what you want me to test.The few hours I have are spent trying to finish this never-ending project.
Robert
![]()
My Creality Ender 3 S1 Plus is a giant paperweight that can't even be used as a boat anchor, cause I'd be fined for polluting our waterways with electronic devices.
Not as dumb as yesterday, but stupider than tomorrow!
SendData:
pinA0 = 0
pinData = varByte
pinWR = 0
@ nop ' <--- ADD
pinWR = 1
return
SendCommand:
pinA0 = 1
pinData = varCommand
pinWR = 0
@ nop ' <--- ADD
pinWR = 1
return
The [@ NOP] turns out to be very important for high-speed display, it corrects a timing issue. Without it, there is a sort of 'echo' on the LCD when you display characters extremely fast (my initial tests were keyboard-type speeds).
Robert
![]()
My Creality Ender 3 S1 Plus is a giant paperweight that can't even be used as a boat anchor, cause I'd be fined for polluting our waterways with electronic devices.
Not as dumb as yesterday, but stupider than tomorrow!
Is it still the game project we already talked about about a year ago but just grow with the age![]()
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks