Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/05/01 20:27
Read: times


 
#7879 - RE: Serial port and basic
You are only going to see a subset of your bits anyhow. Assuming you are shifting out at 9600 baud, then each character takesa about 1000usec to print anyhow.

If you're using BASIC 52, the print routine is not interrupt driven if I remember, so the code is sitting doing nothing until the character is shifted out anyway.

To do assembler code with a '52 isn't too hard. If you know anything about it, you have a vector table at 2000H, and code like
10 CALL 1
REM calls location 2000H+2*N
REM where N is the argument of the call REM (1 in this case)
REM there yo place a JMP to your code.
REM your variables can be pushed onto the stacks, but this is too tricky to deal with in the forum


List of 48 messages in thread
TopicAuthorDate
IR please help...            01/01/70 00:00      
RE: IR please help...            01/01/70 00:00      
RE: IR please help...            01/01/70 00:00      
for aka j            01/01/70 00:00      
RE: IR please help...            01/01/70 00:00      
RE: IR please help...            01/01/70 00:00      
4 kelvin            01/01/70 00:00      
RE: IR please help...            01/01/70 00:00      
RE: IR please help...            01/01/70 00:00      
RE: IR please help...            01/01/70 00:00      
RE: IR please help...            01/01/70 00:00      
4 taylor            01/01/70 00:00      
4 aka j            01/01/70 00:00      
4 rauf            01/01/70 00:00      
RE: IR please help...            01/01/70 00:00      
4 kelvin            01/01/70 00:00      
4 eric            01/01/70 00:00      
SFH506-36 works oke...            01/01/70 00:00      
RE: IR please help...            01/01/70 00:00      
RE: 4 aka j            01/01/70 00:00      
RE: Serial port and basic            01/01/70 00:00      
RE: Serial port and basic            01/01/70 00:00      
for eric            01/01/70 00:00      
for steve            01/01/70 00:00      
for steve            01/01/70 00:00      
RE: Serial port and basic            01/01/70 00:00      
RE: Serial port and basic            01/01/70 00:00      
RE: Serial port and basic            01/01/70 00:00      
RE: Serial port and basic            01/01/70 00:00      
RE: IR please help...            01/01/70 00:00      
RE: Talk to a Chinese in Chinese......            01/01/70 00:00      
RE: a correction....            01/01/70 00:00      
RE: a correction....            01/01/70 00:00      
RE: a correction....            01/01/70 00:00      
for Simon            01/01/70 00:00      
RE: Talk to a Chinese in Chinese......            01/01/70 00:00      
RE: Talk to a Chinese in Chinese......            01/01/70 00:00      
RE: for aka j            01/01/70 00:00      
RE: IR please help...            01/01/70 00:00      
RE: for Daxx teryn            01/01/70 00:00      
RE: for Daxx teryn            01/01/70 00:00      
RE: for aka j            01/01/70 00:00      
RE: for Daxx teryn            01/01/70 00:00      
RE: for Daxx teryn            01/01/70 00:00      
IR help            01/01/70 00:00      
2nd serial port by software            01/01/70 00:00      
RE: 2nd serial port by software            01/01/70 00:00      
RE: 2nd serial port by software            01/01/70 00:00      

Back to Subject List