AR-B1375/AR-B1376 User s Guide

(5)Basic Language Example a.) Initial 86C450 UART

10OPEN “COM1:9600,m,8,1”AS #1 LEN=1

20REM Reset DTR

30OUT &H3FC, (INP(%H3FC) AND &HFA)

40RETURN

b.) Send out one character to COM1

10REM Enable transmitter by setting DTR ON

20OUT &H3FC, (INP(&H3FC) OR &H01)

30REM Send out one character

40PRINT #1, OUTCHR$

50REM Check transmitter holding register and shift register

60IF ((INP(&H3FD) AND &H60) >0) THEN 60

70REM Disable transmitter by resetting DTR

80OUT &H3FC, (INP(&H3FC) AND &HEF)

90RETURN

c.) Receive one character from COM1

10REM Check COM1: receiver buffer

20IF LOF(1)<256 THEN 70

30REM Receiver buffer is empty

40INPSTR$”

50RETURN

60REM Read one character from COM1: buffer

70INPSTR$=INPUT$(1,#1)

80RETURN

11-2

Page 68
Image 68
Toshiba 386SX OUT &H3FC, INP%H3FC and &HFA Return, Print #1, OUTCHR$, OUT &H3FC, INP&H3FC and &HEF Return, INPSTR$ Return

386SX, AR-B1376, AR-B1375 specifications

The Toshiba AR-B1375 and AR-B1376 are notable embedded computing solutions that incorporate the 386SX microprocessor architecture. Designed for various applications, these models focus on reliability, performance, and versatility, making them appealing choices for system integrators and developers.

At the core of the AR-B1375 and AR-B1376 is the Intel 386SX microprocessor. This landmark processor marked a significant advancement in computing technology, introducing a 32-bit architecture while maintaining compatibility with 16-bit applications. The 386SX is known for its efficient processing capabilities, offering both multitasking support and enhanced memory management. It operates at clock speeds ranging typically from 16 MHz to 25 MHz, contributing to its effectiveness in running industrial applications.

One of the key features of the AR-B1375 and AR-B1376 systems is their modular architecture, which allows for easy customization and expansion. This modularity means users can tailor the hardware according to specific requirements, making it suitable for a wide range of applications such as automation, telecommunications, and embedded systems.

Both models support various I/O options, ensuring seamless integration with peripherals and external devices. They typically come equipped with serial and parallel ports, as well as support for modern interfaces like USB. The systems also feature onboard expansion slots, enabling the addition of further functionality, such as additional memory or specialized processing units.

In terms of memory, the AR-B1375 and AR-B1376 support a range of RAM configurations, allowing users to scale their systems based on the application demands. The inclusion of EPROM and EEPROM options also facilitates easy updates and programmability, which is crucial for embedded systems that often require firmware adjustments over time.

Moreover, these models are known for their robust thermal management features, which are essential in industrial environments where conditions can be harsh. This capability ensures stable performance and longevity, reducing the risk of system failures due to overheating or environmental factors.

To summarize, the Toshiba AR-B1375 and AR-B1376, coupled with the 386SX microprocessor, offer a blend of performance, flexibility, and reliability. Their modular design, extensive I/O support, and memory scalability make them ideal for a variety of embedded computing applications, placing them as commendable options in the world of industrial computing solutions. These systems not only exemplify Toshiba's commitment to innovation but also contribute significantly to the functionality of embedded technologies in a rapidly evolving industry.